@charset "UTF-8";
/* CSS Document */
#slider-main-zoom {
    position: absolute;
    width: 100%;
    height: 550px;
    background-color: #fff;
    background-size: cover;
}

@media screen and (max-width: 680px) {
#slider-main-zoom {
    position: absolute;
    width: 100%;
    height: 360px;
    background-color: #fff;
    background-size: cover;
}
}

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