/* ---- video -----*/
.header-unit {
    height: 433px;
    position: relative;
    display: none;
}
.header-unit.atlas {
  display: block;
  height: auto;
}
.atlas video.fillWidth {
	width: 100% !important;
	height: auto !important;
  position:static;
  transform: none
}
#video-container {
    position: relative;
}
#video-container {
   /* top:0%;
    left:0%;*/
    min-height: 100%;
    min-width: 100%;
  	/*height:100%;
    width:100%;*/
    overflow: hidden;
}
video {
    position:absolute;
    z-index:0;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    top: 50%;
   /* object-fit: cover;*/
}
video.fillWidth {
    width: 100%;
}
/*#myvideo {
    position: fixed;
    right: 0;
    bottom: 0%;
    min-width: 100%;
    min-height: 100%;
  	width: auto;
    height: 100%;
   transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}
.ddd{
	height: 300px;
	overflow: hidden;
}*/
/*@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1024px) {
	video {
		transform: translateY(-30%);
	}
}*/

@media screen and (min-width: 769px) {
  .header-unit {
	    display: block;
	}
}
