  .header-unit {
  height: 380px;
  border-right:none;
  border-left: none;
  position: relative;
  padding: 20px;
}
#video-container {
  position: absolute;
}
#video-container {
  top:0%;
  left:0%;
  height:100%;
  width:100%;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
.header-unit  {
  height: 130px;
}
}
video {
  position:absolute;
  z-index:0;
}
video.fillWidth {
  width: 100%;
}
