/* Restore the selected photos' natural color and lighten the broad overlays.
   Retain stronger shading behind the left-aligned white copy. */
html body #elika-new-hero .elika-hero__image,
html body #elika-city-perspective .elika-city__image {
  filter: none !important;
}

html body #elika-new-hero::before {
  background:
    linear-gradient(90deg,
      rgba(5, 4, 3, .84) 0%,
      rgba(8, 6, 4, .70) 27%,
      rgba(8, 6, 4, .40) 48%,
      rgba(8, 6, 4, .03) 76%,
      rgba(8, 6, 4, .06) 100%),
    linear-gradient(0deg,
      rgba(6, 5, 4, .38) 0%,
      rgba(6, 5, 4, .02) 50%,
      rgba(6, 5, 4, .02) 100%) !important;
}

html body #elika-city-perspective::after {
  background:
    linear-gradient(90deg,
      rgba(21, 24, 21, .74) 0%,
      rgba(21, 24, 21, .40) 48%,
      rgba(21, 24, 21, 0) 78%),
    linear-gradient(0deg,
      rgba(21, 24, 21, .44) 0%,
      rgba(21, 24, 21, 0) 54%) !important;
}

@media (max-width: 900px) {
  html body #elika-city-perspective::after {
    background:
      linear-gradient(90deg,
        rgba(21, 24, 21, .62) 0%,
        rgba(21, 24, 21, .14) 100%),
      linear-gradient(0deg,
        rgba(21, 24, 21, .74) 0%,
        rgba(21, 24, 21, .02) 72%) !important;
  }
}
