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

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

body > img[height="1"] {
 position: absolute;
 left: -9999px;
 top: -9999px;
}
