/* Fixed category artwork supplied for Home Test, Home Device and Home Lab. */
.category-card.category-card-fixed-artwork {
  min-height: 0;
}

.category-card.category-card-fixed-artwork > .category-card-media {
  width: calc(100% + 40px);
  height: auto;
  aspect-ratio: 1 / 1;
  flex: 0 0 auto;
  overflow: hidden;
}

.category-card.category-card-fixed-artwork > .category-card-media > img {
  width: 100% !important;
  height: 100% !important;
  max-height: none !important;
  object-fit: cover;
  mix-blend-mode: normal;
}

@media (max-width: 560px) {
  .category-card.category-card-fixed-artwork {
    min-height: 0;
  }
}
