
.change-language-cont {
    top: 27px;
    *top: 26px;
    padding: 10px 5px;
    width: 380px !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
}
 @media only screen and (max-width: 950px) {
 
.change-language-cont {
      max-height: none;
    width: 100%!important; 
    max-height: 90vh !important; 
}
 }