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

@media screen and (min-width: 76.25em) {
  .md-header__topic[data-md-component="header-topic"] {
    display: none;
  }

  .md-header__title {
    margin-right: auto;
  }

  .md-tabs {
    position: relative;
    z-index: 6;
    height: 0;
    margin-top: -2.85rem;
    background-color: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .md-tabs .md-grid {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    margin: 0;
    padding-left: 20rem;
    padding-right: 6.5rem;
  }

  .md-tabs__list {
    width: auto;
    margin-left: auto;
    background: transparent;
  }

  .md-tabs__link {
    margin-top: 0;
  }
}