@media screen and (max-width: 600px) {
  button.example {
    display: none;
  }
}

