.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  overflow: hidden;
  background: #373737;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
