.editorial .banner {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
  background-position: center center;
}
.editorial .banner figure {
  margin: 0;
  position: relative;
  height: 540px;
}
.editorial .banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.editorial .banner figcaption {
  position: absolute;
  bottom: 1.5rem;
  left: 6rem;
  font-family: starling, serif;
  font-size: 1.25rem; /* 20/16 */
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.01em;
}
.editorial .banner figcaption a {
  color: var(--white);
}
.editorial .banner .award {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: auto;
}

@media (max-width: 1024px) {
  .editorial .banner figcaption {
    left: 1.75rem;
  }
}

@media (max-width: 670px) {
  .editorial .banner {
    margin-bottom: 2rem;
  }
}
