/* Match the site's main photographic grade: muted colour, restrained contrast.
   Apply once to poster images; playback, typography and controls keep their own rendering. */
:root { --balance-video-poster-grade: saturate(.72) contrast(1.02); }
.video-library-card__media img,
.balance-vl__poster img,
.home-film__poster img,
.podcast-list img,
.podcast-hero__media img {
  filter: var(--balance-video-poster-grade);
  image-rendering: auto;
}
/* Keep faces in frame when a verified instructor portrait replaces a logo card. */
:is(.video-library-card__media, .balance-vl__poster) img:is([src*="/17361/"], [src*="/20350/"], [src*="Maya"], [src*="Estela-Garcia"]) {
  object-position: 50% 25%;
}
