/* Keep each original product fully visible, including sponsors and both sides. */
.product-media img { object-fit: contain; object-position: center; }
.product-card:hover .product-media img { transform: none; }
@media (max-width: 760px) {
  .hero-picture img { object-position: 76% top; }
}
