.hero-photo{
  filter:brightness(1.22) saturate(1.04) contrast(.96);
}

.hero-shade{
  background:
    linear-gradient(
      90deg,
      rgba(255,252,246,.92) 0%,
      rgba(255,249,239,.72) 27%,
      rgba(255,247,234,.30) 49%,
      rgba(255,255,255,0) 70%
    ),
    linear-gradient(
      0deg,
      rgba(255,238,222,.06),
      rgba(255,255,255,0) 42%
    );
}

@media(max-width:900px){
  .hero-photo{
    filter:brightness(1.17) saturate(1.03) contrast(.97);
  }
  .hero-shade{
    background:linear-gradient(
      90deg,
      rgba(255,252,246,.92) 0%,
      rgba(255,248,238,.67) 58%,
      rgba(255,248,238,.12) 100%
    );
  }
}
