Language Switcher does not appear in mobile view

Summary

After the latest update, the LS does not appear in mobile view

Steps to reproduce

  1. Add language
  2. Add Language Switcher
  3. See it in mobile view

Possible fixes

@media only screen and (max-width: 767px)
body header .site-nav .region-header > .block-language {
    position: absolute;
    display: none;    // <= this is causing it
    right: 30px;
    margin: auto;
    top: 67px;
}
Edited by Konstantinos Platis