.brand-logo { display: block; width: 54px; height: 54px; object-fit: contain; }
.brand-footer .brand-logo { width: 58px; height: 58px; }
.brand-mark,
.brand b,
.content .brand > span:first-child {
  background: url("img/logo.png") center / contain no-repeat !important;
  color: transparent !important;
  border-radius: 0 !important;
}
@media (max-width: 520px) { .brand-logo { width: 46px; height: 46px; } }
