@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
	aspect-ratio: 96 / 35;
    width: 100%;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
#slider-main-zoom {
	aspect-ratio: 8 / 7;
    width: 100%;
	background-color: #fff;
}