.brand {
  position: relative;
  display: block;
  width: 225px;
  height: 42px;
  background: transparent !important;
  padding: 0 !important;
}
.brand img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  transition: opacity .25s ease;
}
.brand .logo-dark { opacity: 0; }
.site-header.scrolled .brand .logo-light { opacity: 0; }
.site-header.scrolled .brand .logo-dark { opacity: 1; }
.footer-top img {
  width: 240px;
  height: auto;
  object-fit: contain;
}
@media (max-width: 900px) {
  .brand { width: 180px; height: 34px; }
}
@media (max-width: 600px) {
  .brand { width: 150px; height: 29px; }
  .footer-top img { width: 200px; height: auto; }
}
