.banner {
  height: 30rem;
  margin: 7rem 0 10rem 0;
  color: var(--main);
  font-family: var(--headline-font);
}

.home .banner {
  margin-bottom: 0;
}

.banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 47, 53, 0.35);
  z-index: 0;
}

.banner img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.banner figure {
  width: var(--width);
}

.banner figcaption {
  max-width: 50rem;
}

.banner figcaption h2 {
  font-weight: 300;
}

/* Width in PX > 768px */
/* ==== = MEDIUM = ==== */
@media only screen and (min-width: 48em) {
  .banner {
    height: 50rem;
  }
}

/* Editor Appearance */
.acf-block-preview .content {
}
