@media screen and (max-width: 670px) {
  .navbar-brand {
    display: none;
  }
  .navbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  .hero-section {
    max-height: 60vh;
    min-height: 32vh;
}

}