@media screen and (max-width: 1188px) {
        .logo {
                height: 5.8em;
        }
        .logo img {
                max-width: 70%;
        }
}



.mod_changelanguage ul {
    float: right;
    margin: -30px 3% 0px 0px;
}

.ce_player .video_container,
.ce_youtube .video_container {
	position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: auto;
}

.ce_player video {
    border: 0;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
}

.ce_youtube iframe {
    border: 0;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100% !important;
    height: 100% !important;
}