/* Keep the supplied square logo's full lion mark and wordmark in view. */
.brand { padding-bottom: 20px; }
.brand-logo { height: 108px; object-fit: cover; object-position: center; background: #06294d; }

.customer-header { height: 92px; }
.customer-brand { width: 132px; height: 66px; border-radius: 9px; background: #06294d; box-shadow: 0 4px 12px rgba(2, 37, 70, .12); }
.customer-brand img { object-fit: cover; object-position: center; }

@media (max-width: 410px) {
  .customer-header { height: 82px; }
  .customer-brand { width: 118px; height: 59px; }
}
