/* Natural festival photography: milk stays in content surfaces, not over the whole image. */
.page-hero::after {
  background: linear-gradient(90deg,
    rgba(243, 236, 223, .46) 0%,
    rgba(243, 236, 223, .34) 30%,
    rgba(243, 236, 223, .12) 52%,
    rgba(243, 236, 223, 0) 72%) !important;
}

.editorial-hero::after {
  background: linear-gradient(90deg,
    rgba(243, 236, 223, .44) 0%,
    rgba(243, 236, 223, .32) 34%,
    rgba(243, 236, 223, .10) 58%,
    rgba(243, 236, 223, 0) 78%) !important;
}

.page-hero-content,
.editorial-hero-content {
  text-shadow:
    0 1px 0 rgba(255, 251, 242, .96),
    0 0 26px rgba(255, 251, 242, .88),
    0 0 58px rgba(255, 251, 242, .58);
}

@media (max-width: 820px) {
  .page-hero::after,
  .editorial-hero::after {
    background: linear-gradient(0deg,
      rgba(243, 236, 223, .56) 0%,
      rgba(243, 236, 223, .36) 42%,
      rgba(243, 236, 223, .12) 70%,
      rgba(243, 236, 223, 0) 100%) !important;
  }
}
