/* Shared Acts hero treatment.
   Preserve the complete square artwork; never crop by focal percentages. */
.hero,
.reader-hero {
  background-color: var(--night);
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
