.brand-mark {
  width: 58px;
  height: 50px;
  border: 0;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}

.brand-mark img {
  position: absolute;
  width: 116px;
  height: 116px;
  max-width: none;
  left: -29px;
  top: -18px;
  object-fit: contain;
}

.footer-brand .brand-mark {
  background: #fff;
  border-radius: 6px;
}
