.hero {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero.center .hero-text {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.hero.left .hero-text {
  text-align: center;
}

.hero.condensed {
  height: 472px;
}

.hero.full {
  height: 500px;
}

.hero .hero-cta > div {
  display: inline-block;
  margin: 0 6px;
}

.hero .hero-cta .button {
  margin: 0 auto 4px;
}

.hero img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.hero-text {
  position: absolute;
}

.hero .hero-cta {
  margin: 30px 10px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.hero .field--name-field-heading {
  color: var(--white);
  line-height: 1.25;
  text-shadow: 2px 2px 3px var(--black);
}

.hero .field--name-field-caption-plain {
  margin: 0 0 8px;
  padding: 15px 0 0;
  line-height: 1.25em;
  font-size: 1.75em;
  color: var(--white);
  font-family: var(--text-sans);
  font-weight: 400;
  text-shadow: 2px 2px 3px var(--black);
}

@media (max-width: 768px) {
  .hero.full.video-background {
    height: 250px;
  }
}

@media (min-width: 768px) {
  .hero.full {
    height: 700px;
  }

  .hero.left .hero-text {
    text-align: left;
  }

  .hero .hero-cta .button {
    margin-bottom: 10px;
  }

  .hero .hero-cta {
    flex-direction: row;
  }
}

@media (min-width: 1600px) {
  .hero.full {
    height: 745px;
  }
}

@media (min-width: 1800px) {
  .hero.full {
    height: 835px;
  }
}
