@media (max-width: 700px) {
    .showTablet{display:none!important;}
    .hideTablet{display:block!important;}
}
