.nav-mobile-register {
  display: none;
}

@media (max-width: 900px) {
  .nav-links .nav-mobile-register {
    display: block;
  }
}
