.u-mobile-only {
    @include mq($from: tablet) {
        display: none !important;
    }
}

.u-tablet-up {
    @include mq($until: tablet) {
        display: none !important;
    }
}

.u-desktop-only {
    @include mq($until: desktop) {
        display: none !important;
    }
}
