@media (max-width: 767px) {
    .product-card__img img{
        position: relative;
        display: none;
    }

    .product-card__img img:first-child{
        display: block;
    }
}
