
  
     #logo {
      width: auto;
      height: 70%;
    } 

@media screen and (max-width: 600px) {

    #logo {
      width: 70%;
      height: auto;
      left: 50%;
      transform: translate(-50%);
    } 
}