@media screen and (min-width:768px) and (max-width:1024px) {
    .superb-addons-hide-on-tablet {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .superb-addons-hide-on-mobile {
        display: none !important
    }
}