.hero-banner {
  /* background-color: #003d39;*/
  height: 100vh;
}

.hero-banner h1 {
  /*padding-left: 30px;*/
}

.hero-banner__wrapper {
  position: relative;
  height: 100%;
}

.hero-banner__background {
  position: relative;
}

.hero-banner__content > .container {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.hero-banner__scroll-teaser {
  position: absolute;
  z-index: 2;
  /* height: 20px; */
  /* margin-top: -16px; */
  bottom: 0;
  width: 200px;
  right: 110px;
}
.hero-banner__scroll-teaser p::before {
  content: " ";
  width: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
}
.hero-banner__scroll-teaser p {
  transform: rotate(90deg) translateY(100%) translate3d(0, 0, 0);
  transform-origin: bottom right;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.8em;
  text-transform: uppercase;
  cursor: pointer;
}
.hero-banner__major {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 64px;
  line-height: 80px;
  display: block;
}
.hero-banner__major .inverse {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
}

.hero-banner__minor {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 68px;
  display: block;
  text-transform: uppercase;
  word-break: break-word;
  hyphens: auto;
}

.hero-banner__breadcrumb::before {
  content: " ";
  width: 50px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.hero-banner__background img {
  min-height: 635px;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
@media (max-width: 1200px) {
  .hero-banner__background img {
  }
}

@media (min-width: 768px) {
  .hero-banner__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .hero-banner__minor br {
    /* display: none;*/
  }
}
@media (max-width: 767px) {
  .hero-banner * {
    color: #033d39;
  }
  .hero-banner h1 {
    padding-left: unset;
  }
  .hero-banner__wrapper {
    height: unset;
  }
  .hero-banner__breadcrumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .hero-banner__breadcrumb::before {
    background-color: #033d39;
  }
  .hero-banner__background,
  .hero-banner__background img {
    min-height: unset;
    height: 50vh;
  }
  .hero-banner__major {
    font-size: 32px;
    line-height: 36px;
    display: block;
  }
  .hero-banner__minor {
    /* font-size: 40px; */
    font-size: 26px;
    /* line-height: 48px; */
    line-height: 32px;
    display: block;
    margin-top: 10px;
  }
  .hero-banner__scroll-teaser {
    display: none;
  }
  .hero-banner__minor br {
    display: none;
  }
}
@media (max-width: 1023px) and (orientation: portrait) and (min-width: 768px) {
  .hero-banner__scroll-teaser {
    right: 60px;
  }
  .hero-banner__major {
    line-height: 68px;
    margin-bottom: 12px;
  }
  .hero-banner__major br,
  .hero-banner__minor br {
    display: none;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .hero-banner__content {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    display: block;
  }
  .hero-banner__background,
  .hero-banner__background img {
    width: 100%;
    min-height: unset;
    height: 50vh;
  }
  .hero-banner * {
    color: #033d39;
  }
  .hero-banner h1 {
    padding-left: unset;
  }
  .hero-banner__wrapper {
    height: unset;
  }
  .hero-banner__breadcrumb {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .hero-banner__breadcrumb::before {
    background-color: #033d39;
  }
  .hero-banner__major {
    font-size: 32px;
    line-height: 36px;
    display: block;
  }
  .hero-banner__minor {
    font-size: 40px;
    line-height: 48px;
    display: block;
    margin-top: 10px;
  }
  .hero-banner__scroll-teaser {
    display: none;
  }
  .hero-banner__minor br {
    display: none;
  }
}

@media (max-width: 1400px) {
  .hero-banner {
    background-color: #fff;
    padding-bottom: 20px;
    height: unset;
  }
}
@media (max-width: 359px) {
  .hero-banner__minor {
    font-size: 35px;
  }
}
