#topnav .head_logo {
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

#topnav .head_logo > .mac-logo,
#topnav .head_logo .logo {
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

#topnav .head_logo .logo > img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

#topnav .head_logo .logo > .mac-logo-lottie {
  display: block;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}

#topnav .head_logo .mac-logo-lottie > svg {
  display: block;
  height: 100% !important;
  max-height: 100%;
  max-width: 100%;
  width: 100% !important;
}
