.hero {
  position: relative;
  height: 90vh;
  background: url(../images/bg-hero.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.hero .inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100rem;
  height: 100%;
  padding: 9rem 0;
  padding-bottom: 5rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  @media screen and (max-width: 1200px) {
    .hero .inner {
      margin-left: 3rem;
    }
  }
}
.hero video{
  width: 100vw;
  height: 90vh;
  object-fit: cover;
  position: absolute;
}
.hero-catchcopy {
  margin-bottom: 4rem;
  line-height: 1;
  font-size: 10rem;
  font-weight: 600;
  color: #fff;
}
.hero-catchcopy .txt-grad {
  mix-blend-mode: plus-lighter;
}
.hero-catchcopy small {
  display: block;
  margin-top: 2rem;
  font-size: 3rem;
}
.hero-cta{
  width: 40rem;
}
.hero-cta a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-cta a:hover, .hero-cta a:active {
  opacity: 0.7;
}/*# sourceMappingURL=hero.css.map */


@media screen and (max-width: 768px) {
  .hero {
    width: 100vw;
    height: 100vh;
    background: url(../images/bg-hero.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .hero .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0;
    padding-top: 26vh;
    padding-bottom: 6vh;
  }
  .hero video{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
  }
  .hero-catchcopy {
    line-height: 1;
    font-size: 9vh;
    font-weight: 600;
    color: #fff;
    margin: auto;
    margin-top: auto;
    margin-bottom: 6vh;
    width: 96vw;
  }
  .hero-catchcopy .txt-grad {
    mix-blend-mode: plus-lighter;
  }
  .hero-catchcopy small {
    display: block;
    margin-top: 5vh;
    font-size: 4.5vh;
    line-height: 1.5;
  }
  .hero-cta{
    width: 42rem;
    margin: auto;
  }
  .hero-cta a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hero-cta a:hover, .hero-cta a:active {
    opacity: 0.7;
  }/*# sourceMappingURL=hero.css.map */

}