body.home .hero-slide > img {
  object-position: 50% var(--banner-focal-y, 60%) !important;
}
body.home .hero-slide-scrim {
  background:
    linear-gradient(180deg, rgba(0,0,0,.48) 0%, rgba(0,0,0,.14) 27%, transparent 50%),
    linear-gradient(90deg, rgba(8,8,7,.48) 0%, rgba(8,8,7,.10) 57%, rgba(8,8,7,.02) 100%) !important;
}
@media (max-width: 880px) {
  body.home .hero-slide > img { object-position: 50% 50% !important; }
  body.home .hero-slide-scrim {
    background:
      linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.08) 28%, transparent 48%),
      linear-gradient(0deg, rgba(0,0,0,.48) 0%, transparent 52%) !important;
  }
}
