.logo {
  max-width: 220px !important;
  max-height: 100px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}
@media (max-width: 800px) {
  .logo {
    max-width: 160px !important;
    max-height: 90px !important;
  }
}
