.product-media-photo {
  height: auto;
  aspect-ratio: 1 / 1;
  background: #111;
}
.product-media-photo::before,
.product-media-photo::after {
  display: none;
}
.product-media-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
