@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	aspect-ratio: 2 / 1;
	max-height: 600px;
	background-color: #fff;
	background-position: top;
}

@media screen and (max-width: 760px) {
#slider-main-zoom {
	height:360px;
}
}

@media screen and (max-width: 760px) {
#slider-main-zoom {
	height:360px;
}
}

.vegas-overlay{
		background: rgb(255,255,255,1.0)
}