#splashBox{
	position: absolute;
	left: 0; right: 0;
	margin-left: auto;
	margin-right: auto;
	
	width: 62.5em;
	height: 29.17em;
	background-color: white;
	
	max-width: 100%;
	
	display: inline-block;
	
	font-size: 0.75em;
}

#splashO3logo {
	width: 100%;
	height: 18.34em;
	background-size: 37.5em; 
}

.o3Logo {
	background:url("../assets/o3.jpg") center center no-repeat;
}

.meriConnectLogo {
	background:url("../assets/meriConnectLogo.jpg") center center no-repeat;
}

.zeeroMedLogo {
	background:url("../assets/zeeroMedViewLogo.png") center center no-repeat;
	background-size: 27em !important;
}

.webScribeViewLogo {
	background:url("../assets/webScribeViewLogo.png") center center no-repeat;
}

.dViewerLogo {
	background:url("../assets/dViewerLogo.png") center center no-repeat;
}

.tesiLogo {
	background:url("../assets/tesiLogo.png") center center no-repeat;
	background-size: 100% 100% !important;
}

#splashVersion {
	height: 1.5em;
	width: 100%;
	background-color: black;
	color: white;
	text-align: center;       
}

#ceBox {
	height: 100%;
	width: 100%;
}

.ce {
	background:url("../assets/CE.png") center center no-repeat;
}

.notCe {
	background:url("../assets/NotCe.png") center center no-repeat;
}

#evalText {
	width: 100%;
	background-color: white;
	color: black;
	text-align: center;
        font-weight:bold;
}

#companyImg {
	background:url("../assets/company.png") center center no-repeat;
}

#infoBox {
	background:url("../assets/i.png") center center no-repeat;
}


@media (min-width: 2000px) and  (min-height: 2000px) {
	.ce {
		background-size: cover;
	}

	.notCe {
		background-size: cover;
	}
	
	#companyImg {
		background-size: cover;
	}
	
	#infoBox {
		background-size: cover;
	}
}