#video-container {
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 100%;
}
video {
     background-color: #000;
     position: absolute;
     top: 0;
     left: 0;
     width:100%;
     height:100%
}
.body_style{
     background-color: black;
     margin:0px;
}