@media screen and (min-width: 768px) {
  .productView-image,
  .productView-image .productView-img-container .media {
    max-height: 70vh;
  }
}
