.md-header__button.md-logo img,
.md-header__button.md-logo svg {
  height: 1.9rem;
  width: auto;
}

.md-header__topic:first-child {
  display: none;
}

.md-typeset .lyra-hero {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0.4rem 0 1.4rem;
}

.md-nav--primary > .md-nav__title {
  font-size: 0;
}

.md-nav--primary > .md-nav__title .md-logo img,
.md-nav--primary > .md-nav__title .md-logo svg {
  height: 2.2rem;
  width: auto;
}

@media screen and (max-width: 76.1875em) {
  .md-nav--primary > .md-nav__title {
    height: auto;
    padding: 0.6rem 0.8rem;
    line-height: normal;
  }

  .md-nav--primary > .md-nav__title .md-nav__button.md-logo {
    position: static;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 76.25em) {
  .md-nav--primary > .md-nav__title {
    display: none;
  }
}

.lyra-hero-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
