/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .hide-on-mobile {
        display: none !important;
    }
    
    .visible-on-mobile {
        display: block !important;
    }
}