body {
	margin:0;
	padding: 0;
}
#DisplayInfo {
	display: none;
}
#DisplayTime {
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#DeviceID {
	font-weight: bold;
	font-size: 2em;
	width: 100%;
	margin: 10px auto;
	text-align: center;
}
#EventName {
	text-align: center;
	font-size: 1.5em;

}
#container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
#container div {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}

#container img {
	height: 100%;
}
#container iframe {
	width: 100%;
	height: 100%;
}