main_style
@media only screen and (max-width: 60em) { .-m-hide , .m-hide { display: none !important; } .-m-show , .m-show{ display: show !important; } } @media only screen and (min-width: 60em) { .-m-hide ,m-hide { display: show !important; } .-m-show , .m-show{ display: none !important; } } .testClass { color:#eee; }