#bg-vid {
	background-color: #000;
	bakground-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	margin: 0 0 45px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}

#bg-vid video {
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
}

#bg-vid img {
	min-height: 100%;
	min-width: 100%;
}

.bg-vid-site {
	position: relative;
	z-index: 2;
}