.showMobile { display: none; }

@media screen and (max-width: 768px) {
    .hideMobile { display: none; }
    .showMobile { display: block; }   
}    