@media (max-width: 768px) {
  #navbar-top a.navbar-brand img {
    height: auto !important;
  }
  
  header.header #navbar-top .container {
  	height: auto !important;
  }
}