@media (max-width: 900px) {
  .desktop-nav {
    display: none;
  }

  .hamburger {
    display: block;
  }
}