.brand-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: center;
  line-height: 0;
  vertical-align: middle;
  overflow: hidden;
  padding: 3px;
  color: inherit;
  background: #fff !important;
  border: 1px solid rgba(23, 49, 58, .12);
  box-shadow: none !important;
}

.brand-logo-frame--inverse {
  padding: 2px;
  background: transparent !important;
  border-color: rgba(255, 255, 255, .2);
}

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

.brand-logo-frame > .brand-logo {
  width: 100%;
  height: 100%;
}
