.product-gallery .product-gallery__item.enov-dl-crop-frame {
  aspect-ratio: auto;
  align-self: start;
}
.product-gallery .product-gallery__trigger.enov-dl-cropped {
  display: block;
  position: relative;
  height: auto;
  aspect-ratio: var(--enov-crop-ratio);
  overflow: hidden;
}
.product-gallery .enov-dl-cropped > img {
  position: absolute;
  display: block;
  max-width: none;
  width: var(--enov-crop-width);
  height: auto;
  left: var(--enov-crop-left);
  top: var(--enov-crop-top);
  margin: 0;
}
