.brand-mark {
  display: block;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  background: transparent !important;
  box-shadow: none !important;
}

.footer .brand-mark {
  width: 32px;
  height: 32px;
}
