.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (max-device-width : 600px){ .hide-on-mobile { display: none; }}