#about .slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  max-height: 1080px;
  min-height: 900px;
  position: relative;
  padding-top: 11rem;
  overflow: hidden;
}

#about .slide .text-wrap {
  max-width: 675px;
  z-index: 1;
  position: relative;
}

#about .slide .text-wrap h2 {
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 5rem;
  margin-bottom: 3rem;
}

#about .slide .text-wrap h3 {
  font-weight: 300;
  font-size: 3rem;
  line-height: 3.2rem;
  margin-bottom: 3rem;
}

#about .slide .text-wrap p {
  max-width: 675px;
}

#about .slide img {
  width: 100%;
  max-height: 100%;
  max-width: 70vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

#about .s1 {
  background: url(/i/about_hero_bg.jpg) no-repeat bottom/cover;
}

#about .s1 img {
  top: 77%;
  max-width: 450px;
  left: 50%;
}

#about .s2 {
  background-image: url(/i/about_history_bg.png);
  z-index: 1;
}

#about .s3 {
  background-image: url(/i/expertise_bg.png);
  z-index: 2;
}

#about .s3 img {
  max-width: 50vw;
}

/**** MEDIA ***/
@media screen and (max-width: 1300px) {
  #about .s1 img {
    top: 75%;
  }
  #about .slide .text-wrap h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  #about .slide .text-wrap h3 {
    font-size: 2.5rem;
    line-height: 2.9rem;
  }
}

@media screen and (max-width: 1200px) {
  #about .slide .text-wrap {
    max-width: none;
  }
  #about .slide .text-wrap p {
    max-width: none;
  }
  #about .s2 img {
    max-width: 550px;
  }
  #about .s3 img {
    max-width: 500px;
    bottom: -10%;
  }
}

@media screen and (max-width: 1023px) {
  #about .s1 img {
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  #about .s1 img {
    max-width: 200px;
    top: 77%;
  }
  #about .slide {
    min-height: 700px;
    max-height: 700px;
    padding-top: 5rem;
  }
  #about .slide .text-wrap h3 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2rem;
  }
  #about .slide .text-wrap h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  #about .s3 img {
    max-width: 260px;
  }
}

@media screen and (max-width: 500px) {
  #about .s3 {
    background-image: url(/i/about_expertise_bg_412x700.jpg);
  }
  #about .s3 img {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
