.dropdown.dropdown-language.nav-item { 
    display: none !important;
}

/* Adjustment for Expo Grid Items on Mobile */

@media (max-width: 575.98px) {
    .overlay-expo-booths {
        margin-top: 0;
        margin-bottom: 0;
        top: 6rem;
    }
    .overlay-expo-booths .row .col:nth-child(25) {
       margin-left: auto;
       margin-right: auto;
    }
    
}


/* Hide VL Controls on Expo Vls */

body.vl-expo .action-wraper.p-center {
    display: none;
}