.mobile{display: none;}

@media only screen and (max-width: 600px) {
  .mobile{display: block!important;}
}
