#t-header {
    position: sticky;
    top: 0;
    z-index: 20;
}
.uc-navbar .t199__header {
    position: absolute;
    top: 100%;
}
.t199__header:not(.t199__is__active) {
    background-color: rgb(255,255,255,0.5);
}
.t199__logo-image {
    display: inline-block;
    width: min(100%, 66vw) !important;
}

@media (max-width: 1024px) {
    .t199__header {
        padding: 1rem 0;
    }
    .t199__logo {
        display: inline-block;
        padding-left: 20px;
    }
    .t199__mmenu {
        top: 80px;
    }
    .t199__mmenu-toggler {
        top: 36px;
        left: 16px;
        width: auto;
        height: auto;
        background-color: transparent;
    }
    .t199__header .t199__mmenu-toggler {
        background-color: transparent;
    }
    .t199__header.t199__is__active .t199__mmenu-toggler {
        background-color: transparent;
    }
}