/* Prevent the wide transparent canvas from flex-shrinking before it is centre-cropped. */
body#category .tv-category-block-wrapper .tv-category-cover img,
body#category .tv-category-block-wrapper .tv-category-cover .tv-img-responsive {
  flex: 0 0 auto !important;
}
