/** THIS FILE FOR YOUR CUSTOM STYLES **/

@media screen and (max-width: 600px) {
    .nomobile {
    display: none!important;
}
}
