.product-template__container .product-single__photo {
  align-items: flex-start;
  display: flex;
  height: auto !important;
  justify-content: center;
}

.product-template__container .product-single-left .product-featured-img {
  display: block;
  height: auto !important;
  max-height: min(var(--vmax-product-gallery-max-height, 680px), calc(100vh - 190px));
  max-width: 100%;
  object-fit: contain;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .product-template__container .product-single-left .product-featured-img {
    max-height: min(var(--vmax-product-gallery-max-height, 680px), 68vh);
  }
}
