body.page:not(.page-banner) {
  margin-top: 8vw;

  @media screen and (max-width: calc(1024px - 1px)) {
    margin-top: 86px;
  }
}

.banner {
  overflow: hidden;
  padding: 15vw 0 10vw 0;
  position: relative;
  z-index: 1;

  img[role="presentation"] {
    bottom: 0;
    display: block;
    filter: brightness(0.65);
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

.banner s,
.banner u,
.banner .underline {
  text-decoration-color: var(--colour-primary);
  text-decoration-thickness: 0.1em;
}

.banner.banner-sm {
  padding: 10vw 0 7vw 0;
}

.banner:before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0.4));
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; height: 100%;
  z-index: -1;
}

.banner h1,
.banner .h1 {
  font-family: var(--font-family-brand);
  font-size: 5.8vw !important;
}

.banner {
  .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-family-body);
  }
}

.banner h1:after,
.banner h2:after {
  display: none;
}

@media screen and (max-width: calc(1024px - 1px)) {
  .banner {
    padding: 120px 0 70px 0;
  }
  .banner h1,
  .banner .h1 {
    font-size: 42px !important;
    margin-bottom: 20px;
  }
  .banner.banner-sm {
    padding: 100px 0 60px 0;
  }
}
