.brand img.logo {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 13px;
  object-fit: contain;
  filter: contrast(1.04);
  background: #111;
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 9px 26px rgba(0,0,0,.45);
}
