.lumen-product-photo {
  width: min(100%, 620px);
}

.lumen-product-image {
  transform: scale(0.95);
  transform-origin: center;
}

@media (max-width: 900px) {
  .lumen-product-photo {
    width: min(100%, 640px);
  }
}

@media (max-width: 560px) {
  .lumen-product-image {
    transform: none;
  }
}
