* {
	box-sizing:border-box;
}

#screensize {
	width: 100%;
	overflow: hidden;
}

#video {
	position: fixed;
	left: 0;
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	z-index: -1;
}

#unmuteButton {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 10000;
}

#page {
	width:100vw;
	height: 100vh;
	overflow:hidden;
	text-transform: uppercase;
}

div { position:absolute; opacity:0; }