.language-switcher {
display:none;
}
video.video_tag {
    width: 50%;
    height: 99%;
    background-color: black;
}
@media(max-width:991px){
video.video_tag {
    width: 100%;
   height: auto;
}
