.language-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}

#home {
    position: inherit;
}

#header {
    position: relative;
    z-index: 1000;
}

.l-dropdown {
    z-index: 1000;
    width: 45px;
    height: 100px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    left: 0%;
    top: 130%;
    box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.l-image-wrapper {
    width: 26px;
    height: 26px;
    cursor: pointer;
}