body {
	background-color: white;
	overflow: hidden;
	margin: 0;
}

.fullscreen {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

/* chrome overrides */
:not(:root):-webkit-full-screen {
	position: absolute !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

:not(:root):-webkit-full-screen::backdrop {
	position: absolute;
}

.hidden {
	overflow: hidden;
	width: 0%;
	height: 0%;
	visibility: hidden;
	display: none;
}
