.product-entry img,
.product-card img,
.s-product-card-image img {
  object-fit: contain !important;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(1.14);
  transform-origin: center center;
}