#lb1 {
	background-image: url(images/1.jpg);
}
#lb2 {
	background-image: url(images/2.jpg);
}
#lb3 {
	background-image: url(images/3.jpg);
}
#lb4 {
	background-image: url(images/4.jpg);
}
#lb5 {
	background-image: url(images/5.jpg);
}
#bvid {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
	z-index: 1;

}
#bvid #bvideo {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
		max-width: none;
    max-height: none;

  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: auto;
  height: auto;

  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#banner-overlay {
	z-index: 2;
}