.logo-mark {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
}

.site-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 359px) {
  .logo-mark {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
