.feature-alert {
  display: none !important;
}
/* Change this to flex when it should be visible */

.top-navbar__links--icon.feature {
  position: relative;
  top: -1px;
}

@media (max-width: 599px) {
  .feature-alert {
    display: none !important;
  }
}
