<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0;
	background-color: black;
	height: auto;
	min-height: auto;
}

.video-header {
	display: inline;
	width: 100%;
	max-width: 100%;
}

.video-header video {
	display: inline;
	position: absolute;
	float: left;
	width: 100%; 
	height: auto;
}

.logo {
	display: inline;
	justify-content: center;
	align-items: center;
	position: absolute;
	max-width: 100%;
	text-align: center;
}

.logo img {
	max-width: 30%;
	opacity: 80%;
}</pre></body></html>