@media (max-width: 767px) {
    .tb-hidden-mobile { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .tb-hidden-tablet { display: none !important; }
}

@media (min-width: 1025px) {
    .tb-hidden-desktop { display: none !important; }
}
