.hero:before {
  transition: padding-top 0.5s ease-in;
}
@media only screen and (min-width: 980px) {
  .hero:before {
    padding-top: 47%;
  }
}
.hero.has-embed {
  overflow: visible;
  padding: 45px 0;
}
.hero.has-embed:before {
  padding-top: 100vh;
}
.hero.has-embed:after {
  background: #000;
  content: '';
}
.hero.has-embed:after,
.hero.has-embed .oembed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hero.has-embed .oembed {
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .hero.has-embed {
    padding: 0;
  }
  .hero.has-embed .oembed {
    height: 90%;
    padding: 0;
    top: 5%;
  }
}
.hero.has-embed .close {
  background: #000 url(../../img/times-white.svg) no-repeat center / 20px;
  border: 0;
  font: inherit;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  text-indent: -99em;
  top: 0;
  width: 35px;
  z-index: 3;
}
.hero .content {
  text-align: center;
  padding: 35px 0;
  justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
  .hero .content {
    padding: 0;
  }
}
.hero .content .txt {
  margin: auto;
  max-width: 1140px;
  padding: 0 15px;
}
.hero .content p {
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero .content p {
    margin: 0 45px;
  }
}
@media only screen and (min-width: 980px) {
  .hero .content p {
    margin: 0 98px;
  }
}
.hero .content p > span {
  display: block;
}
.hero .content .hero-one {
  font-family: 'Lora', serif;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .hero .content .hero-one {
    font-size: 56px;
  }
}
.hero .content .hero-two {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.25em;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .hero .content .hero-two {
    font-size: 24px;
    margin: 35px 0;
  }
}
