@media (max-width: 900px) {
  nav button {
    font-size: 0;
  }

  nav button span {
    font-size: 20px;
  }
}
