XF 2.2 dont show widget on mobiles?

For example
Less:
@media (max-width: 900px) {
    [data-widget-key="your_widget_key"] {
        display: none;
    }
}
I put 900px to get the widgets on mobile when landscape mode but not on portrait mode.
 
Top Bottom