

/*  --- LOGO --- */

.logo_wrapper {
    height: 150px;
}
.q_logo {
    top: 0% !important;
}
.q_logo img {
    height: 225px !important;
    top: -90%;
    margin-left: -50px;
}
.q_logo img.sticky {
    height: 330% !important;
    top: -55%;
}

@media all and (max-width: 768px) {
    header .q_logo img.normal {
        height: 200px !important;
        top: -80%;
        margin-left: 20px;
    }
}

.lang_sel_sel .icl-de a {
color: white;
};
.lang_sel_sel .icl-de a:hover {
color: red;
}
.mejs-fullscreen-button button { 
background-image: url('https://www.agro.eu/wp-content/themes/elision/css/img/audio/fullscreen.png') !important;
width: 16px !important;
height: 16px !important;
margin: 12px 6px 12px 16px; 
}

.mejs-container-fullscreen video {
width: 100% !important;
height: 100% !important; 
}