* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
}
#hero {
	position: relative;
}

#hero video{
	width: 100%;
	height: 100vh;
	background-position: absolute;
	z-index: 10;
	object-fit: cover;
	overflow: hidden;
}
#hero .content {
	height: 100vh;
	width: 100%;
	z-index: 20;
	position: absolute;
	top: 25px;
	left: 0;
	text-align: center;
	display: flex;
	overflow: scroll;
}

#hero .content h1 {
	color: white;
	font-family: Arial,Sans-serif,comic-sans;
}
.btn {
	background: rgba(0,0,0,0.81);
}

