/* Hero/slider top-edge clearance */
.premium-hero.unified-home-hero,
.local-hero.unified-page-hero{
  margin-top:20px!important;
}

/* Keep more of the upper portion of slider photos visible. */
.premium-hero.unified-home-hero .hero-slide{
  background-position:center 42%!important;
}

/* Preserve subtle motion without pulling the image upward and clipping its top. */
@keyframes heroKenBurns{
  0%{
    transform:scale(1.01) translate3d(0,0,0);
  }
  50%{
    transform:scale(1.04) translate3d(-0.35%,0.15%,0);
  }
  100%{
    transform:scale(1.065) translate3d(-0.70%,0.30%,0);
  }
}

@keyframes heroKenBurnsAlt{
  0%{
    transform:scale(1.01) translate3d(0,0,0);
  }
  50%{
    transform:scale(1.04) translate3d(0.35%,0.15%,0);
  }
  100%{
    transform:scale(1.065) translate3d(0.70%,0.30%,0);
  }
}

@media (max-width:650px){
  .premium-hero.unified-home-hero,
  .local-hero.unified-page-hero{
    margin-top:18px!important;
  }

  .premium-hero.unified-home-hero .hero-slide{
    background-position:62% 40%!important;
  }
}
