.ebay-shop-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 480px) {
  .ebay-shop-image {
    aspect-ratio: auto;
    height: 280px;
    padding: 12px;
  }

  .ebay-shop-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 256px !important;
    object-fit: contain !important;
    object-position: center !important;
  }

  .ebay-shop-card-body {
    padding: 18px;
  }

  .ebay-shop-card h3 {
    font-size: 18px;
  }

  .ebay-shop-buy strong {
    font-size: 22px;
  }
}
