.dm-brandLink {
  display: block;
  margin-right: 1rem;
  height: var(--navHeight);
  width: 120px;
  flex: 0 0 120px;
}

.dm-brandLink__logo {
  background: var(--brandLogo) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
}

.dm-brandLink__logoText {
  font-size: 0.0625rem;
  text-indent: -1000px;
}
