/*Tablets 768*/
@media (max-width:768px) {
    .question-dropdown-container {
        width: auto;  
    }
}

/*Mobile Large 560*/
@media (max-width:560px) {
    .question-dropdown-container {
        width: auto;   
    }  
    .navbar-static-top {
        display: none;
    }
}

/*Mobile Medium 480*/
@media (max-width:480px) {
    .question-dropdown-container {
        width: auto;   
    }  
    .navbar-static-top {
        display: none;
    }    
}

/*Mobile Small 320*/
@media (max-width:320px) {
    .question-dropdown-container {
        width: auto;   
    }
    .navbar-static-top {
        display: none;
    }    
}