/* SEO/performance wrappers must remain layout-neutral. */
.image-placeholder-real > picture,
.image-placeholder-real picture {
  display: contents;
}

.dlight-statement > h1 {
  max-width: 1180px;
  font-size: 7.4rem;
  line-height: .88;
}

@media (width <= 1180px) {
  .dlight-statement > h1 {
    font-size: 5.2rem;
  }
}

@media (width <= 720px) {
  .dlight-statement > h1 {
    font-size: 3rem;
    line-height: .98;
  }
}

@media (width <= 420px) {
  .dlight-statement > h1 {
    font-size: 2.7rem;
  }
}
