.product-shot-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.9 / 1;
  background: #eef4f8;
}

.product-shot {
  display: block;
  width: 110%;
  max-width: none;
  transform: translateY(-12%);
}

@media (max-width: 600px) {
  .product-shot-wrap {
    aspect-ratio: 1.72 / 1;
  }

  .product-shot {
    width: 120%;
  }
}
