@charset "UTF-8";


/* -----------------
Virtual Model Room
----------------- */
.sh-top-vr-box {
  max-width: 1280px;
  padding: 0 10px;
  margin: 20px auto;
}
#MODELROOM .sh-top-vr-box {
  padding: 0 0px;
}

.sh-movie-lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 110;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.sh-movie-lightbox-container {
  position: relative;
  width: 90%;
  height: 90%;
  margin: 0% auto;
  display: block;
  padding: 0 3%;
  z-index: 10;
  top:5%;
}
.sh-movie-lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.sh-movie-lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.sh-movie-video-container {
  /*padding-bottom: 56.25%;
  padding-top: 30px;*/
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sh-movie-video-container iframe {
  /*position: absolute;
  left: 0;
  top: 0;*/
  height: 100%;
  width: 100%;
}
.sh-movie-playme {
  cursor:pointer;
}


@media screen and (max-width: 768px) {
  .sh-movie-lightbox-container {
    margin-top: 10%;
  }
  .sh-movie-video-container {
    padding-bottom: 56.25%;
    padding-top: 30px;
    height:0;
  }
  .sh-movie-video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 414px) {
  .sh-movie-lightbox-container {
    margin-top: 13%;
  }
}

