/* Desktop: film and the final story CTA share one lower edge. */
@media(min-width:801px){
 .intro.home-intro.era-intro{align-items:end}
 .era-intro .hero-copy-stack{justify-content:flex-end}
 .era-intro>.hero-film.hero-film-wide{align-self:end}
}
@media(min-width:1100px){
 .intro.home-intro.era-intro{grid-template-columns:minmax(0,.78fr) minmax(0,1.22fr)}
}
