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

@media screen and (max-width: 460px) {
#slider-main-zoom {
	aspect-ratio: 16 / 14;
}}