/* Shared image safety rules for templates that expect global thumbnail fixes. */
img {
  max-width: 100%;
  height: auto;
}

.movie-card img,
.video-card img,
.vod-card img,
.poster img,
.thumbnail img,
.thumb img,
.pic img,
.cover img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.movie-card,
.video-card,
.vod-card {
  overflow: hidden;
}
