html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
}

#bg-video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
}

.content-wrapper {
  position: relative;
  height: 100%;
}
		
.big-title {
	position: absolute;
	top: 50%;
	height: 150px;
	margin-top: -75px;
	text-align: center;
	color: white;
	font-size: 150px;
	font-family: sans-serif;
	width: 100%;
}
