@charset "utf-8";

/* ==================================================
	Azevion Desktop Splash
	Desktop Splash Element
	================================================== */

#em_splash {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	background-color: #000000;
	border: 1px solid #000000;
}

#splash {
	display: block;
	width: 100%;
	height: auto;
}
