.customer-logo {
    background-color: #fff;
    padding: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-origin: content-box;
    height: 100%;
}

.cart-image {
    height: 122px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 12px;
    background-origin: content-box;
}