.mtop-scroll {
  padding-top: 4050px;
}

#pinContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}

@media screen and (max-width: 991px) {
  .mtop-scroll {
    padding-top: 5090px;
  }

  #pinContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
}

#slideContainer {
  width: 500%; /* to contain 4 panels, each with 100% of window width */
  height: 100%;
}

#slideContainer8 {
  width: 800%; /* to contain 8 panels, each with 100% of window width */
  height: 100%;
}
.panel {
  height: 100%;
  width: 20%; /* relative to parent -> 25% of 400% = 100% of window width */
  float: left;
}

.panel8 {
  height: 100%;
  width: 12.5%; /* relative to parent -> 25% of 400% = 100% of window width */
  float: left;
}

body,
html {
  height: 100%;
}

#destinos,
#destinos-wrapper {
  height: 100%;
}

#destinos-wrapper .scrollContent {
  height: 100%;
}

#destinos-wrapper.scrollContainer .scrollContent {
  width: 100%;
  height: auto;
}

section.demo * {
  font-size: 13px;
}
section.demo {
  font-size: 0;
  text-align: center;
}

.demo#section-slides,
.demo#section-wipes {
  height: 100%;
  width: 100%;
  background-image: none;
}

.demo#section-slides .panel > b,
.demo#section-wipes .panel > b {
  font-size: 15px;
  color: white;
  position: relative;
  display: block;
  height: 0;
  overflow: visible;
  top: 50%;
}

.destinos-text-inside {
  position: relative;
  bottom: 0;
  left: 20px;
  color: white;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 75px;
}

.destinos-text-inside .number-bg {
  font-family: "krona_oneregular", sans-serif;
  font-size: 10rem;
  text-transform: uppercase;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: relative;
  top: 140px;
}
.destinos-text-inside .number-bg span {
  font-size: 10rem;
}
.destinos-text-inside .name span {
  font-family: "krona_oneregular", sans-serif;
  font-size: 1.5rem;
  padding-left: 50px;
  text-transform: uppercase;
}
.destinos-text-inside .caption {
  font-size: 1rem;
  padding-left: 50px;
  margin-top: 10px;
  position: relative;
  top: -15px;
}
