#home div.ledBg {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  background: url(images/video-mask.png) repeat;
  z-index: 1;
}

#vidBG-Container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
}

#vidBG {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.vidBG-Container {
position:absolute;width: 100%;z-index: -1;
}

