@media (max-width: 992px) {
  #logo {
    max-width: 300px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  #logo img {
    max-width: 100%;
    height: auto;
  }
}
