@charset "UTF-8";
/* CSS Document */

@media only screen and (max-width: 1100px) {
		.grid {
		grid-template-columns: 100vw;
	}
	
	.text-box {
		display: block;
		padding: 100px 0;
	}
	
	}


@media only screen and (max-width: 960px) {
	
	
	
	.carousel__frame {
		height: 500px;
	}
	
	.carousel__item {
		height: 500px;
	}
	
	.portrait {
			margin-top: 20px;
	}
	
}





