.card img,
.productGrid img,
.card-figure img,
.card-image img {
  width: 100%;
  height: 250px;
  /* or adjust this */
  object-fit: contain;
  /* or try 'cover' if you want a filled look */ }
