header a[href="/"] img[src="/images/sanodea-group-logo.png"] {
  width: 52px !important;
  max-width: 52px !important;
  height: auto !important;
  max-height: 52px !important;
  object-fit: contain;
}

header a[href="/"] > div:first-child {
  width: 52px !important;
  height: 52px !important;
  flex: 0 0 52px;
}

@media (min-width: 48rem) {
  header a[href="/"] img[src="/images/sanodea-group-logo.png"] {
    width: 60px !important;
    max-width: 60px !important;
    max-height: 60px !important;
  }

  header a[href="/"] > div:first-child {
    width: 60px !important;
    height: 60px !important;
    flex-basis: 60px;
  }
}
