/* Define the mobile breakpoint */
@media screen and (max-width: 600px) {
  .hide-on-mobile { display: none; }
}