.mobile-sub-top-bar {
    display: none;
}

@media only screen and (max-width: 600px) {
    .mobile-sub-top-bar {
        display: flex; 
        flex-direction: row; 
        justify-content: space-between;
        align-items: center;
        height: 60px;
        color:#ffffff;
        background-color: #0C170A;
    }

    #mobileMenuDiv {
        display: flex !important;
        flex-direction: row;
        right: 30px;
        position: absolute;
        cursor: pointer;
    }
}