button {
  color: white;
  padding: 1em;
  border: 0;
  cursor: pointer;
  background: red;
}

button.active {
  background: green;
}


@media (min-width: 700px) {
  button {
    display: none;
  }
}
