.brand-mark-logo {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: var(--taupe);
}

.brand-mark-logo img {
  position: absolute;
  width: 159px;
  max-width: none;
  height: auto;
  left: 50%;
  top: -13px;
  transform: translateX(-50%);
}