@media screen and (min-width:768px) {
  .hide_on_desktop { display: none; }
}

@media screen and (max-width:767px) {
  .hide_on_mobile{ display:none; }
}
