html {
	min-width: 100%;
	min-height: 100%;
}

html.disable-font-boosting * {
	max-height: 1000000000px;
}

body iframe.youtube-embed-hide,
body iframe.youtube-embed-hidden {
	position: absolute;
	top: -10px; left: -10px;
	width: 1px; height: 1px;
	/*visibility: hidden;*/
	pointer-events: none;
}
