﻿.language-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  right: 0;
  z-index: 5;
  box-shadow: 0.25rem 0.4375rem 0.5rem -0.125rem rgba(0, 0, 0, 0.36), 0 0 0.25rem -0.125rem rgba(0, 0, 0, 0.36); }
  @media screen and (max-width: 800px) {
    .language-menu {
      max-width: 320px;
      max-height: 600px;
      overflow-y: auto; } }
