.brand.brand-image {
    display: flex !important;
    align-items: center !important;
    width: auto !important;
}

.brand.brand-image img {
    height: 52px !important;
    width: auto !important;
    max-width: 260px !important;
    max-height: none !important;
    object-fit: contain !important;
}

.sidebar .brand.brand-image img {
    height: 56px !important;
    width: auto !important;
    max-width: 270px !important;
    max-height: none !important;
}

@media (max-width: 760px) {
    .brand.brand-image img {
        height: 44px !important;
        max-width: 220px !important;
    }

    .sidebar .brand.brand-image img {
        height: 46px !important;
        max-width: 230px !important;
    }
}
