.horizontalContainer {
  width: 400%;
  height: 100%;
  position: relative;
  will-change: left;
}

.horizontalContainer img {
  width: 400px;
  height: auto;
  position: absolute;
}

.horizontalContainer img:nth-child(1) {
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 750px;
  height: auto;
}

.horizontalContainer img:nth-child(2) {
  left: 18%;
  top: 20%;
  z-index: 3;
  width: 450px;
  height: auto;
}

.horizontalContainer img:nth-child(3) {
  left: 25%;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 550px;
  height: auto;
}

.horizontalContainer img:nth-child(4) {
  left: 35%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 750px;
  height: auto;
}

.horizontalContainer img:nth-child(5) {
  left: 48%;
  top: 10%;
  z-index: 1;
  width: 500px;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#d5d7dc), to(#eff2f7));
  background: linear-gradient(to right, #d5d7dc, #eff2f7);
}

.horizontalContainer img:nth-child(6) {
  left: 58%;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 750px;
  height: auto;
}

.horizontalContainer img:nth-child(7) {
  left: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 35%;
  z-index: 1;
  width: 450px;
  height: auto;
}

.horizontalContainer img:nth-child(8) {
  left: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  width: 750px;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#d5d7dc), to(#eff2f7));
  background: linear-gradient(to right, #d5d7dc, #eff2f7);
}

.graphicTitle {
  position: absolute;
  color: #A8A8A8;
  font-size: 5vw;
  font-weight: 800;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}

.overlay2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
  z-index: 10;
  will-change: opacity;
}

@media (max-width: 480px) {
  .horizontalContainer {
    width: 100%;
    height: 400%;
  }
  .horizontalContainer img:nth-child(1) {
    left: 0%;
    top: 12.5%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(2) {
    display: none;
  }
  .horizontalContainer img:nth-child(3) {
    left: 0%;
    top: 25%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(4) {
    left: 0%;
    top: 37.5%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(5) {
    left: 0%;
    top: 45%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(6) {
    left: 0%;
    top: 62.5%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(7) {
    left: 0%;
    top: 75%;
    width: 100%;
    height: auto;
  }
  .horizontalContainer img:nth-child(8) {
    left: 0%;
    top: 87.5%;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 481px) and (max-width: 1024px) {
  .graphicTitle {
    z-index: 2;
  }
  .horizontalContainer {
    width: 100%;
    height: 400%;
  }
  .horizontalContainer img:nth-child(1) {
    left: 5%;
    top: 12.5%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(2) {
    display: none;
  }
  .horizontalContainer img:nth-child(3) {
    left: 5%;
    top: 25%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(4) {
    left: 5%;
    top: 37.5%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(5) {
    left: 5%;
    top: 45%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(6) {
    left: 5%;
    top: 64.5%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(7) {
    left: 5%;
    top: 75%;
    width: 90%;
    height: auto;
  }
  .horizontalContainer img:nth-child(8) {
    left: 5%;
    top: 87.5%;
    width: 90%;
    height: auto;
  }
}

@media (min-width: 1030px) and (max-width: 1466px) {
  .horizontalContainer img:nth-child(1) {
    left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    width: 650px;
    height: auto;
  }
  .horizontalContainer img:nth-child(2) {
    left: 18%;
    top: 20%;
    z-index: 3;
    width: 350px;
    height: auto;
  }
  .horizontalContainer img:nth-child(3) {
    left: 25%;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 450px;
    height: auto;
  }
  .horizontalContainer img:nth-child(4) {
    left: 35%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    width: 650px;
    height: auto;
  }
  .horizontalContainer img:nth-child(5) {
    left: 48%;
    top: 10%;
    z-index: 1;
    width: 400px;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#d5d7dc), to(#eff2f7));
    background: linear-gradient(to right, #d5d7dc, #eff2f7);
  }
  .horizontalContainer img:nth-child(6) {
    left: 58%;
    top: 55%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    width: 650px;
    height: auto;
  }
  .horizontalContainer img:nth-child(7) {
    left: 72%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 35%;
    z-index: 1;
    width: 350px;
    height: auto;
  }
  .horizontalContainer img:nth-child(8) {
    left: 80%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    width: 650px;
    height: auto;
    background: -webkit-gradient(linear, left top, right top, from(#d5d7dc), to(#eff2f7));
    background: linear-gradient(to right, #d5d7dc, #eff2f7);
  }
}
/*# sourceMappingURL=graphic.css.map */