/* Mobile / Desktop Hide
   ========================================================================== */

@media screen and (max-width: 599px) {
    .symcooblocs-mobile-hide {
        display: none !important;
    }
}

@media screen and (max-width: 781px) {
    .symcooblocs-tablet-hide {
        display: none !important;
    }
}

@media screen and (min-width: 600px) {
    .symcooblocs-desktop-tablet-hide {
        display: none !important;
    }
}

@media screen and (min-width: 782px) {
    .symcooblocs-desktop-hide {
        display: none !important;
    }
}