.impact-photo {
  position: relative;
  min-height: 78vh;
  overflow: hidden;
  background: #151515;
}

.impact-photo > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  filter: contrast(1.07);
}

.impact-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, .72) 100%);
}

.impact-copy {
  position: absolute;
  z-index: 2;
  right: 5vw;
  bottom: 7vh;
  color: #fff;
  text-align: right;
  font-family: 'Archivo Black', 'Arial Black', Arial, sans-serif;
  font-size: clamp(34px, 5.2vw, 82px);
  font-weight: 900;
  line-height: .88;
  letter-spacing: -.04em;
}

.impact-copy span {
  color: #ef2b19;
}

.impact-credit {
  z-index: 3;
}

@media (max-width: 800px) {
  .impact-photo {
    min-height: 68vh;
  }

  .impact-photo > img {
    object-position: 49% center;
  }

  .impact-copy {
    right: 22px;
    bottom: 58px;
    font-size: 11.5vw;
  }
}
