/* Preserve the approved square artwork in the existing photo gallery. */
.product-photo-gallery-section .gallery-image-focus[src*="/brands/enroad/feed-cards/"] {
  object-fit: contain;
  background: #fff;
}
.product-photo-gallery-section .gallery-image-backdrop[src*="/brands/enroad/feed-cards/"] {
  visibility: hidden;
}
.product-detail-gallery.is-image .gallery-thumb[data-gallery-src*="/brands/enroad/feed-cards/"] .gallery-thumb-focus {
  object-fit: contain;
  background: #fff;
}
.product-detail-gallery.is-image .gallery-thumb[data-gallery-src*="/brands/enroad/feed-cards/"] .gallery-mobile-slide-caption {
  display: none;
}
