@media screen and (min-width: 750px) {
  .template-product img,
  .template-product video,
  .template-product canvas {
    overflow: hidden !important;
    overflow: clip !important;
  }
}
