header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container {
    max-width: 180px !important;
    width: 180px !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: none !important;
    overflow: visible !important;
    float: none !important;
}

header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container a {
    display: flex !important;
    align-items: center !important;
    width: 180px !important;
    height: auto !important;
}

header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container a img.tmgm-logo {
    width: auto !important;
    max-width: 180px !important;
    max-height: 60px !important;
    min-width: 80px !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    flex-shrink: 0 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section {
    min-height: 60px !important;
    overflow: visible !important;
}

@media (max-width: 768px) {
    header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container {
        width: 120px !important;
        max-width: 120px !important;
    }

    header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container a {
        width: 120px !important;
    }

    header.tmgm-header-tw .tmgm-header-tw-container .tmgm-header-tw-upper-section .tmgm-logo-container a img.tmgm-logo {
        width: 120px !important;
        max-width: 120px !important;
        min-width: 80px !important;
    }
}