#video-background,
#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
 
#video-background {
  z-index: -2;
}
 
#video-overlay {
  z-index: -1;
}

.el_mediumPageHeading {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}