/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/blocks/filter-mobile-styles/style.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
* These styles get applied to BOTH the Editor and the Frontend
*/


@media screen and (max-width: 599px) {
    .hide-on-mobile {
        display: none!important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px) {
    .hide-on-tablet {
        display: none!important;
    }
}

@media screen and (min-width: 769px) {
    .hide-on-desktop {
        display: none!important;
    }
}

/*# sourceMappingURL=style-index.css.map*/