#header .currency-header {
    max-height: 60px;
}

@media (max-width: 882px) {
    #header .currency-header {
        max-height: unset;
    }
}