@media screen and (min-width: 1024px) {
  .m-product-card--show-second-img .m-product-card__media:hover .m-product-card__hover-image {
    transform: scale3d(1, 1, 1) translateZ(0);
  }
}
