@media screen and (min-width: 992px) 
{
    .product-clear-text
    {
        border:solid 0px #000;
    }
    .product-clear-text figure.image img 
    {
        width: initial !important;
        height: auto;
    }
}