/*
 * v344 — homepage hero control vertical position, desktop only.
 * Lowers the interview title, slider arrows and movie button to a balanced
 * line near the bottom of the hero while keeping a safe gap from the edge.
 * Mobile styles are intentionally untouched.
 */
@media (min-width:821px){
  /* Movie button: 42px clear space below the button. */
  html body .hero .irf-hero-movie-action-v309{
    bottom:42px !important;
  }

  /* Arrow height is 38px versus the movie button's 46px; +4px aligns centers. */
  html body .hero .irf-hero-arrow-nav-v316{
    bottom:46px !important;
  }

  /* The heading belongs to the next section and is visually pulled over the hero. */
  html body .featured-movies > .section-header{
    transform:translate3d(0,-18px,0) !important;
  }
}
