 @media only screen and (max-width: 991px) and (min-width: 768px)  {
  .navbar {
    display: none;
  }
}