.banner-descuento .gradient {
    background: 
        linear-gradient(to left, #110607 55%, rgba(66, 54, 38, 0) 75%),
        url(../../inc/img/m/2-tienda/img-anuncio-descuento.webp) left top no-repeat;
    height: 240px; 
}

@media only screen and (min-width: 993px) {
    .banner-descuento .gradient {
        background: 
            linear-gradient(to left, #110607 65%, rgba(66, 54, 38, 0) 75%),
            url(../../inc/img/m/2-tienda/img-anuncio-descuento.webp) left top no-repeat;
        height: 240px; 
    }      
}

@media only screen and (min-width: 1281px) {

    .banner-descuento .gradient {
        background: 
            linear-gradient(to left, #110607 55%, rgba(66, 54, 38, 0) 75%),
            url(../../inc/img/l/2-tienda/img-anuncio-descuento.webp) left top no-repeat;
        height: 261px;        
    }
}

@media only screen and (min-width: 1441px) {
    .banner-descuento .gradient {
        background: 
            linear-gradient(to left, #110607 55%, rgba(66, 54, 38, 0) 75%),
            url(../../inc/img/xl/2-tienda/img-anuncio-descuento.webp) left top no-repeat;
        height: 310px;        
    }
}