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

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