/*.language {
    position: relative;
    top: 100px;
    right: 11px;
}
.language a {
    color:#0FA0CE;
}
.language a:hover {
    color:#0063be;
}
@media (max-width: 901px) {
    .language {
        display: none;
    }
}*/
select {
	margin: 0;
	color: #fff;
    min-width: 9em;
    padding: 0.5em;
    background: transparent;
    border: 1px solid #ffffff;
    box-shadow: none;
    box-sizing: border-box;
    float: right;
}
.fixed option {
    position: relative;
    float: right;
	background: #1d1160;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}