@media screen and (max-width: 749px) {
  .product__media-list.grid--peek .product__media-item:not(.is-active) {
    opacity: 0 !important;
    pointer-events: none;
  }
}