@media only screen and (min-width: 1200px) {
  #top-banner .carousel-item, #top-banner .banner {
    min-height: 240px;
  }
}

@media only screen and (min-width: 768px) {
  .navbar .navbar-brand {
    display: none;
  }
  .navbar .contact_info{
      display:none !important;
  }
    .navbar-expand-md > .container {
    justify-content: center !important;
  }
}