/* CSS Document */

@media screen and (max-width:768px) {
	
#mainvisual {
	height:calc(100vh - 100px);
}






}

@media screen and (max-width:320px) {
#main{
	background-size: 100% auto!important;
}


}
