
#fs-video-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	background: transparent; /* js will make white */
}

#fs-video-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: none; /* without js just show underneath bg */
}

#fs-video-cover {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
}

#content {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}

#mobile-video-container {
	margin-bottom: 18px;
}