/* Keep product-card equipment fully visible on phone and tablet widths. */
@media (max-width: 820px) {
  .product-media[data-astro-cid-qgr5qfac] img[data-astro-cid-qgr5qfac] {
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
  }
}
