/* DM_LOGO_SIZE_START */

.dm-sidebar-brand {
    width: 100% !important;
    min-height: 170px !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0 12px !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

.dm-sidebar-brand img {
    display: block !important;
    width: 220px !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 150px !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
}

@media (max-width: 850px) {
    .dm-sidebar-brand {
        min-height: 150px !important;
        padding: 8px 0 10px !important;
    }

    .dm-sidebar-brand img {
        width: 205px !important;
        max-width: 205px !important;
        max-height: 138px !important;
    }
}

/* DM_LOGO_SIZE_END */
