@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    width: 100%;
	height:800px;
	background-color: #000;
	background-position: center bottom;
}

@media screen and (max-width: 600px) {
#slider-main-zoom {
	height:100svh;
}
}

.vegas-overlay{
}