.hero-photo{
  filter:brightness(1.04) saturate(1.03) contrast(.98);
  object-position:center center;
}

.hero-shade{
  background:
    linear-gradient(
      90deg,
      rgba(255,252,246,.90) 0%,
      rgba(255,249,239,.70) 25%,
      rgba(255,247,234,.24) 48%,
      rgba(255,255,255,0) 68%
    );
}

@media(max-width:900px){
  .hero-photo{
    filter:brightness(1.03) saturate(1.02);
    object-position:60% center;
  }
}
