@media screen and (max-width: 767px){
    
    [src$='.svg']:not(.svg_){
        display: none !important;
    }
 }
 @media screen and (max-width: 867px){
    
    .svgs:not(.svg_){
        display: none !important;
    }
 }
