html {
	overflow: auto;
}

.hero-body {
	background-color: #000000;
}

#bgvideo {
	object-fit: cover;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.1;
}

#bgstop {
	position: absolute;
	top: 5px;
	left: 5px;
	opacity: 0.5;
}

#logo {
	max-height: 20vh;
}