/* CSS Document */

.result {
	background-size:cover;
	margin: 0px;
	padding: 0px;	
}
body, html
{
	margin: 0; 
	padding: 0; 
	height: 100%; 
	overflow: hidden;
}  
#content
{
	position:absolute; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	top: 0px; 
}

#layer1 {
	position: fixed;
	z-index: 2;	
	float: none;
	align-content:center;
	
}

.axiomlogo {
	left: 35%;
	bottom: 10%;
}