.mobileShow { display: none;}

/* Smartphone Portrait and Landscape */
@media only screen
  and (min-device-width : 280px)
  and (max-device-width : 540px){ 
    .mobileShow {display: inline;}
}