.brand-logo-mark {
  padding: 2px !important;
  overflow: hidden !important;
  color: transparent !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(18, 18, 18, .08) !important;
}

.brand-logo-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 54%;
  border-radius: inherit;
}
