@keyframes line-animation {
  0% {
    height: 0;
  }
  100% {
    height: 170px;
  }
}
.history {
  margin: 0 15px;
  overflow-x: hidden;
}
.history h1 {
  font-size: 50px;
}
.history h3 {
  font-size: 26px;
}
.history h1,
.history h2,
.history h3,
.history h4,
.history h5,
.history h6 {
  color: #fff;
}
.row.heritage-history.header {
  justify-content: center;
}
.row.heritage-history {
  max-width: 1000px;
  margin: 0 auto;
}
#scroller-anchor {
  position: relative;
}
.years {
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  z-index: 9;
  right: 15px;
  width: 50px;
  display: none;
}
.years li {
  list-style: none;
}
.years li a {
  color: rgb(0, 215, 185);
  border-bottom: 2px dotted rgb(0, 215, 185);
  font-size: 18px;
  font-weight: 800;
}
.year90s h2 {
  border-bottom: 1px solid #fff;
}
.line-hldr {
  width: 100%;
  height: 170px;
  margin: 60px 0 !important;
}
.line {
  height: 0;
  width: 3px;
  background: #fff;
  margin: 0 auto;
}
.line.aos-animate {
  animation-name: line-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.row.year90s .content-left,
.row.year90s .content-right {
  max-width: 450px;
}
.row.year90s img {
  border: 5px solid #fff;
}

/***** Mobile First *****/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .history {
    width: calc(100% - 160px);
    margin: 0 auto;
    overflow-x: hidden;
  }
  .history h1 {
    font-size: 56px;
  }
  .line-hldr {
    margin: 80px 0 100px;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .years {
    display: block;
  }
  .row.year90s .content-left {
    float: right;
  }
}

/***** Non-Mobile First *****/

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .row.year90s .content-left,
  .row.year90s .content-right {
    text-align: center;
  }
  .row.year90s img {
    width: 100%;
  }
}
@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop,
  [data-aos^=fade][data-aos^=fade],
  [data-aos^=zoom][data-aos^=zoom] {
    opacity: 1 !important;
  }
}
