    @media (max-width: 767px) {
        /* Make the header transparent to overlay the video */
        .tmenu-mobile__container {
            background-color: transparent !important; /* Keep transparent in header */
            position: absolute !important;
            z-index: 1000 !important;
            width: 100% !important;
        }

        /* Set the specified color for the mobile menu background */
        .t456__maincontainer {
            background-color: #002e52 !important; /* New color for visibility */
        }
    }