.brand > .brand-icon {
  width: 43px;
  height: 43px;
  border: 0;
  display: block;
  overflow: hidden;
  flex: 0 0 43px;
}

.brand > .brand-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
