*{
	box-sizing: border-box;
}

body{
	margin: 0;
	padding: 0;
}

video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.text{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.text h2 {
	font-family: calibri;
	font-size: 6em;
	text-align: center;
	color: #fff;
	z-index: 1;
}

