#block-languageswitcher
{
    background-color:#000000;
    margin-top:-10px;
    width:100%;
}

#block-languageswitcher .links
{
    float: right !important;
    transform: scale(1.5);
}
#block-languageswitcher .links li
{
	&:last-of-type {
		display:none;	
	}
    display:inline-block;
    vertical-align: baseline;
    font-size:0px;
    position:relative;
    left:-50px;
}

@media screen and (min-width:1200px)
{
    #block-languageswitcher
    {
        position:fixed;
    }
}



/*#block-languageswitcher
{
    position:sticky !important;
    position:-webkit-sticky !important;
    top:0px !important;
    z-index:999 !important;
}