.brand img {
  display: block;
  width: auto;
  height: 94px;
  object-fit: contain;
  background: transparent;
  transition: height .4s ease;
}

.site-header.scrolled .brand img {
  height: 66px;
}

.footer-brand .brand img {
  height: 78px;
}

.mobile-panel {
  overflow-y: auto;
}

@media (max-width: 900px) {
  .hero-topline {
    top: 99px;
  }
}

.footer {
  padding-top: 42px;
  padding-bottom: 18px;
}

.footer-links {
  margin-top: 38px;
  margin-bottom: 38px;
}

@media (max-width: 600px) {
  .site-header {
    height: 108px;
  }

  .brand img {
    height: 96px;
  }

  .site-header.scrolled .brand img {
    height: 64px;
  }

  .footer-brand .brand img {
    height: 72px;
  }

  .footer {
    padding-top: 34px;
  }

  .footer-brand p {
    margin-top: 12px;
  }

  .footer-links {
    margin-top: 34px;
    margin-bottom: 34px;
  }

  .mobile-panel a {
    font-size: 30px;
    padding: 9px 0;
  }
}
