.logo img {
    max-height: 135px;
    width: auto;
    margin-left: 20%;
    margin-top: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) { 
    .logo img {
        max-height: 50px !important;
        margin-left: 11% !important;
      }
      .logo {
        height: auto !important;
      }


}