/* Category artwork uses a wide transparent canvas. Size by height and centre-crop the canvas. */
body#category .tv-category-block-wrapper .tv-category-cover img,
body#category .tv-category-block-wrapper .tv-category-cover .tv-img-responsive {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 140px !important;
  max-height: 140px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  object-fit: initial !important;
}

@media (max-width: 767px) {
  body#category .tv-category-block-wrapper .tv-category-cover img,
  body#category .tv-category-block-wrapper .tv-category-cover .tv-img-responsive {
    height: 92px !important;
    max-height: 92px !important;
  }
}

@media (max-width: 480px) {
  body#category .tv-category-block-wrapper .tv-category-cover img,
  body#category .tv-category-block-wrapper .tv-category-cover .tv-img-responsive {
    height: 70px !important;
    max-height: 70px !important;
  }
}
