.logo{text-align:center;}
.logo img{width:auto}
@media only screen and (max-width: 1200px) {
.logo img{width:100%!important}
}
@media only screen and (max-width: 675px) {
  .logo img {
    width: auto!important
  }
}