#header-video {
  width: 100%;
  /*height: 100vh;*/
  /*max-height: 100vh;*/
  position: relative;
  /*overflow: hidden;*/
  background: #2c2c2c;
}

#header-video > div {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}

#header-video:before {
  background: rgba(0,0,0,0.3);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

#header-video .video-caption {
  position: absolute;
  top: 50px;
  right: 50px;
  max-width: 610px;
  width: 100%;
  color: #fff;
  z-index: 1;
}
