.tmenu-mobile__container {
    padding: 16px !important;
    min-height: 40px !important;
}

.tmenu-mobile__imglogo {
    min-width: 60px !important;
}       

.t481 {
    position: fixed;
    background-color: transparent;
    z-index: 1000; 
}

.t481::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    background-color: black;
    z-index: -1;
}

@media (max-width: 980px) { /* Adjust the width as needed */
    .t481::before {
        display: none;
    }
}

.tmenu-mobile {
    background-color: #000 !important;
}