/* Default to display the image on all devices */

#fullScreenDiv {
	width: 100%;
	/* Set the height to match that of the viewport. */
	padding: 0!important;
	margin: 0!important;
	position: relative;
}
/* The container for our text and stuff */
#messageBox {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
