/* v0.9.11 — preserve short/landscape posters and centre them in the artwork frame. */
#ajax-content-wrap .container.main-content .te-classic-shell .te-poster.te-poster-contain {
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-poster.te-poster-contain .te-poster-image {
  position: relative !important;
  inset: auto !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  z-index: 0 !important;
}

#ajax-content-wrap .container.main-content .te-classic-shell .te-poster.te-poster-contain .te-poster-shade,
#ajax-content-wrap .container.main-content .te-classic-shell .te-poster.te-poster-contain strong,
#ajax-content-wrap .container.main-content .te-classic-shell .te-poster.te-poster-contain .te-poster-type {
  z-index: 1 !important;
}