@charset "UTF-8";

.sh-popup-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;
  opacity: 0;
  transition: opacity 1.0s;
}
.sh-popup-lightbox-overlay {
  width: 100%;
  height: 100%;
}
.sh-popup-lightbox-container {
  position: absolute;
  max-width: 720px;
  max-height: 520px;
  width: 90%;
  height: auto;
  display: block;
  padding: 0 3%;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sh-popup-lightbox-content {
  /*box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);*/
  width: 100%;
  height: 100%;
}
.sh-popup-lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 18px;
  display: block;
  border: none;
  color: #333;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 9999px;
}
.sh-popup-container {
  /*padding-bottom: 56.25%;
  padding-top: 30px;*/
  position: relative;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.sh-popup-container div {
  /*position: absolute;
  left: 0;
  top: 0;*/
  height: 100%;
  width: 100%;
}
.sh-popup-container {
  /*max-width:640px;*/
  width:100%;
  margin:25px auto 20px;
}

.sh-popup-lightbox-close.close-btn2 {
  top: initial;
}


@media screen and (max-width: 767px) {
  .sh-popup-lightbox-container {
    margin-top: 10%;
    top:20%;
  }
  .sh-popup-container {
    /*padding-bottom: 70.25%;
    padding-top: 100px;
    height:0;*/
  }
  .sh-popup-container div {
    position: absolute;
    left: 0;
    top: 0;
  }

  .sh-popup-lightbox-close {
    padding: 5px 30px;
  }
  .sh-popup-lightbox-close.close-btn2 {
    display: none;
  }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .sh-popup-lightbox-container {
    margin-top: 0%;
    top:15%;
    width: 60%;
  }
}

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

