body {
	font-family: 'Roboto Mono', monospace;
	line-height: 1;
    background: #000;
	color: #fff;
}

.welcome-screen {
	padding: 30px;
}

.welcome-screen .form-wrapper {
	max-width: 480px;
}

.form-check label {
	margin-top: 4px;
}

form .image-item {
	width: 100%;
	padding-bottom: 75%;
	height: 0;
	background-color: #333;
	background-size: cover;
	background-position: center;
}

form .image-item .form-check {
	margin-left: 4px;
}

.user-identifier {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 11px;
	color: #333;
}

.control-container {
	position: fixed;
	z-index: 10;
	bottom: 10px;
	left: 10px;
}

#generated-video-player {
	display: none;
}