@charset "UTF-8";
/* CSS Document */
#slider-sub-zoom {
  position: fixed;
  max-width: 1200px;
  height: 100svh;
  inset: 0;
  margin: auto;
	z-index: -1;
	background-color: #000;
    background-position: top;
}

.vegas-overlay{
	background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
}