/* Keep the full hero composition intact while its film settles into a frame. */
.cinema .cinema-copy .cinema-ctas > .button {
  transform:none;
  translate:0 0;
  transition:background .22s,translate .22s;
}
.cinema .cinema-copy .cinema-ctas > .button:hover { translate:0 -1px; }
/* Reserve room for Milo's full copy, app downloads and complete dialogue. */
@media(min-width:901px){[data-page=milo] .cinema{min-height:940px}}
@media (prefers-reduced-motion:reduce) {
  .cinema .cinema-copy .cinema-ctas > .button { transition:background .22s; }
  .cinema .cinema-copy .cinema-ctas > .button:hover { translate:none; }
}
