@media (max-width: 991px) {
    .td-mobile-logo-wrap-fix {
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .td-mobile-logo-fix {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
        background: transparent !important;
    }

    .td-mobile-logo-fix-sm {
        width: 42px !important;
        height: 42px !important;
        max-width: 42px !important;
        max-height: 42px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    .td-mobile-logo-fix-md {
        width: 88px !important;
        height: 88px !important;
        max-width: 88px !important;
        max-height: 88px !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}