#logo {
  width: 250px;
  height: 100px;
}
@media (max-width: 575px) {
  #logo {
    width: 180px;
    height: 80px;
  }
}

