/* User-supplied originals; crop only their white margins, keeping logo proportions. */
.customer-cloud .customer-logo>img{display:block;flex-shrink:0;max-width:100%;height:50px;object-fit:cover}
.customer-cloud .customer-logo{height:88px}
.customer-cloud .customer-logo--mxt>img{width:140px;height:auto;object-fit:contain;object-position:center}
.customer-cloud .customer-logo--liquidae>img{width:160px;height:auto;object-fit:contain;object-position:center}
.customer-cloud .customer-logo--maistem>img{width:auto;height:82px;object-fit:contain;object-position:center}
.customer-cloud .customer-logo--dudushop>img{width:auto;height:53px;object-fit:contain;object-position:center}
/* Both copies must cover the viewport with all customer brands. */
.customer-cloud .logo-group{min-width:min(1248px,calc(100vw - 80px));justify-content:space-around}
@media(prefers-reduced-motion:reduce){
 .customer-cloud .logo-group{min-width:0;grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(prefers-reduced-motion:reduce) and (max-width:800px){
 .customer-cloud .logo-group{grid-template-columns:repeat(2,minmax(0,1fr))}
}
