/* Hero framing: keep Konner and the sparks in shot, ride the crop up
   off the top of his head. Bump these two numbers to re-frame. */
.hero > .hero-video {
  object-position: center 68%;
  transform: scale(1.06);
}

@media (max-width: 760px) {
  .hero > .hero-video {
    object-position: center 62%;
    transform: scale(1.42) translateY(-13%);
  }
}
