@media (max-width: 991px) {
.product_list.grid .block-product-inner .item-img .item-img-info:before {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
opacity: 0;
content: "";
background: transparent;
z-index: 1;
}
}