
/* .subscribeUrl{
  position: absolute;
  top: 35vh;
  left: calc(50% + 100px);
  z-index: 10;
  width: 300px;
  height: 100px;
  color: rgba(0, 255, 255, 0);
} */
 video, .openingScene div.stickyInn, .tcFormExp div.stickyInn,
.tcFormExp div.step, .openingScene div.step{
  will-change: transform, opacity;
}

.first_legend, .first_legend a{
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: beige;
  text-align: center;
  line-height: 1.4 !important;
}

.preOpening .step[data-step="2"] .text {
    margin-top: 7vh;
}

.preOpening .step[data-step="2"] .substp[data-step="2-1"] {
  height: 28vh;
}

.preOpening .step[data-step="2"] .stickyBk .graphic {
  height: auto;
  background-image: unset;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  margin-top: auto;
}



.preOpening .step[data-step="2"] .stickyBk .graphic img {
  width: 100%;
}


.audioBtn {
  top: 100px;
  left: calc(50% - 400px);
}


.cloudBk {
  max-width: 1440px;
  top: 22vh;
}

.cloudFrt {
  max-width: 1200px;
  top: 18%;
}

p{
  margin-bottom: auto;
}

@media only screen and (max-width: 1920px) {
  .preOpening .step[data-step="2"] .stickyBk .graphic{
    margin-top: 10vh;
  }
}

@media only screen and (max-width: 1440px) {
  .preOpening .step[data-step="2"] .stickyBk .graphic{
    margin-top: 3vh;
  }
}


@media only screen and (max-width: 1200px) {

  .openingScene .ds,
  .preOpening .ds {
    display: none;
  }

  .openingScene .mb,
  .preOpening .mb {
    display: block;
  }

  .preOpening .step[data-step="2"] .stickyBk .graphic{
    margin-top: 5vh;
  }

  .preOpening .step[data-step="2"] .substp[data-step="2-1"] {
    height: 10vh;
  }

  .preOpening .step[data-step="2"] .text {
    margin-top: 10vh;
  }

  .cloudBk {
    max-width: 1200px;
    top: 32vh;
  }

  .cloudFrt {
    max-width: 500px;
    top: 20%;
  }

  .preOpening .step[data-step="2"] .substp {
  height: 200px;
  }

  .openingScene .step[data-step="7"] .text,
  .openingScene .step[data-step="9"] .text,
  .openingScene .step[data-step="11"] .text,
  .openingScene .step[data-step="12"] .text {
    top: 40%;
    left: calc(50% - 130px);
  }

}


@media only screen and (max-width: 660px) {
  .preOpening .step[data-step="2"] .stickyBk .graphic img {
    width: 110%;
  }
  .cloudBk {
    max-width: 1600px;
    top: 42vh;
  }

  .pathMapCtn .swiper .swiperPgn .dot {
    margin: 0 2px;
    cursor: pointer;
  }
  .toolBar{
    /* top: 85%; */
    left: calc(50% - 200px);
  }
  .pathMapCtn .swiper .swiperPgn .clkTxt{
    font-size: 12px;
  }
  .pathMapCtn hr{
    width: 90% !important;
  }
  .pathMapCtn .graphicLegend{
    top: -20px;
    left: calc(50% - 200px);
  }
  .pathLgd{
    width: 95vw;
  }
  .mapBk {
    background-image: url("../graphics/3-sticky-back-map-mob.jpg");
  }
  .mapMask {
    background-image: url("../graphics/1-sticky-top-mask-mob.png");
  }
  .imgSet,
  .mapMask,
  .mapBk {
    background-size: cover;
  }
}
@media only screen and (max-width: 580px) {
  .mapBk {
    background-image: url("../graphics/3-sticky-back-map-mob.jpg");
  }
}