#logo {
    width: 90%;
}



@media screen and (max-width: 768px) {
  .tm-site-header-left {
    display: none;
  }
  
  .container-fluid{
      min-height: 145px;
  }
}