
.bg-video-wrap {
  position: relative;
  overflow: hidden;
 width: 100%;
  height: 100%;
}
video {
	 position: fixed;
   height:90%;
   min-width: 100%;
  min-height: 100%;
   position: relative;
    width: 100%;
  z-index: 1;
}

