/* Style the video: 100% width and height to cover the entire window */
.bg-cover {
	background-image: url('../images/bg.jpeg'); 
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	opacity:0.3;
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center center;
}