@media only screen 
and (max-device-width: 1000px){
.grid__item .bsub-widget{
    display:none;
}
}