@media (min-width: 533px) and (max-width:768px)  {
    #consent {
        height: 90px;
    }
}
@media (max-width:800px)  {
/* smartphones, iPhone, portrait 480x320 phones */
    .dropdown-menu.lang-dropdown {
    height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
    margin-left: 0;
    }
    .dropdown-menu.lang-dropdown li:not(:last-child) {
        margin-bottom: 0;
    }
    .dropdown-menu.lang-dropdown li > a > span {
        margin-right: 2%;
    }
}