#_10d_header_spacer{
  position: absolute;
  height: 100%;
}

#_10d_headerwrapper{
	width: 100%;
	margin:0;
	padding:0; 
	overflow:hidden;
	background-color: #4498EA;
	background-image: linear-gradient(to top right,#4498EA, #90C6FA);
	z-index:40;
}

#_10d_header {
    top: 0;
    width: 100%;
    height: 100%;
}

#_10d_header_background {
	position:absolute;
	top:0;left:0;
	width:100%;
	opacity:0.6;
	background-image: linear-gradient(to top right,#142E9A, #023472);
	background-size: cover;
    background-position-y: center;
    background-position-x: center;
	//background-image:url("/media/images/_10d_headerimage.jpg");
}

#_10d_header_contentwrapper{
	position:relative;
	width:auto;
	max-width:1000px;
	margin:130px auto 0;
}

video {
    object-fit: cover;
	width: 100%;
	height: 100%;
	transform: rotateZ(0);
}


@media screen and (min-width: 1100px){
	#_10d_headerwrapper{
		height:65%;
	}
	#_10d_header_background {
		height:65%;
	}
}

@media screen and (min-width: 830px) and (max-width: 1100px){
	#_10d_headerwrapper{
		height:50%;
	}
	#_10d_header_background {
		height:50%;
	}
}

@media screen and (max-width: 830px){
	#_10d_headerwrapper{
		height:30%;
	}
	#_10d_header_background {
		height:30%;
	}
}

