body {
	background-color:black;
}
.span-centered {
	padding-top:50px;
	text-align:center;
	z-index: -99;
	position: fixed;
    top: 0;
}
.center {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.fullscreen-bg {
	
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
	text-align: center;
    width: 100%;
	
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
	text-align: center;
    width: 100%;
}
@media only screen and (min-height: 1300px){
	.fullscreen-bg {
		padding-top: 100px;
	}
	.span-centered {
		top:100px;
	}
}
.content-box {
  background-color: rgba(0, 0, 0, 0.5); /* black with 50% transparency */
  color: white; /* text color is white */
  padding: 20px; /* add some padding */
}
h1 {
	color: white; /* text color is white */
}
h2 {
	color: white; /* text color is white */
}