/* Site logos share a source file but need a larger, bounded presentation area. */
#tt-header .tt-desktop-header .tt-logo {
    align-items: center;
    display: inline-flex;
    max-width: 250px;
}

#tt-header .tt-desktop-header .tt-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 54px;
    object-fit: contain;
}

#tt-header .tt-stuck-nav .tt-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 34px;
    object-fit: contain;
}

@media (max-width: 1024px) {
    #tt-header .tt-mobile-header .tt-logo-container .tt-logo img,
    #tt-header .tt-mobile-header .tt-logo img {
        display: block;
        width: auto;
        height: auto;
        max-width: 190px;
        max-height: 32px;
        object-fit: contain;
    }
}

/* Keep mega-menu product details clear of the banner row below. */
@media (min-width: 1025px) {
    #tt-header .tt-desctop-menu .site-mega-special-products .tt-image-box {
        align-items: center;
        display: flex;
        height: 250px;
        justify-content: center;
        overflow: hidden;
    }

    #tt-header .tt-desctop-menu .site-mega-special-products .tt-image-box .tt-img {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        width: 100%;
    }

    #tt-header .tt-desctop-menu .site-mega-special-products .tt-image-box img {
        display: block;
        height: 100% !important;
        max-height: 250px;
        max-width: 100%;
        object-fit: contain;
        object-position: center;
        width: 100% !important;
    }

    #tt-header .tt-desctop-menu .site-mega-special-products .tt-description {
        padding-top: 9px;
    }
}
