@charset "utf-8";

/***********************************************************
*                                                              *
******************** FOR LARGER SCREENS ********************
*                                                              *
***********************************************************/
/*ZOOMOUT: 90%*/
@media screen and (min-width: 1400px) {
	.frame-banner__bg {
    	height: 400px;
 	}
 	.homepage-frame1__slider-img {
 		height: 500px;
 	}
}

/*ZOOMOUT: 80%*/
@media screen and (min-width: 1480px) {
	.frame-banner__bg {
    	height: 500px;
 	}
 	.homepage-frame1__slider-img {
 		height: 550px;
 	}
}

/*ZOOMOUT: 75%*/
@media screen and (min-width: 1600px) {
	.frame-banner__bg {
    	height: 550px;
 	}
 	.homepage-frame1__slider-img {
 		height: 600px;
 	}
}

/*ZOOMOUT: 67%*/
@media screen and (min-width: 1708px) {
	.frame-banner__bg {
    	height: 600px;
 	}    
 	.homepage-frame1__slider-img {
 		height: 650px;
 	}
}

/*ZOOMOUT: 50%*/
@media screen and (min-width: 1900px) {
	.frame-banner__bg {
    	height: 650px;
 	}  
 	.homepage-frame1__slider-img {
 		height: 700px;
 	}  
}