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

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