@media screen and (max-width: 1199.99px) {
    .desktopOnly, .do,
    .uc-desktopOnly, .uc-do {
        display: none !important;
    }
}
@media screen and (max-width: 639.99px) {
    .tabletOnly, .to, .phoneHidden, .ph,
    .uc-tabletOnly, .uc-to, .uc-phoneHidden, uc-ph {
        display: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .tabletOnly, .to, .desktopHidden, .dh,
    .uc-tabletOnly, .uc-to, .uc-desktopHidden, .uc-dh {
        display: none !important;
    }
}
@media screen and (min-width: 640px) {
    .phoneOnly, .po,
    .uc-phoneOnly, .uc-po {
        display: none !important;
    }
}