#overlay {
    background: rgba(244, 244, 244, 0.2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 898
}
#overlay img{
	position:fixed;
	top: 30%;
	left: 40%;
}
.overlayText{
	position:fixed;
	top: 40%;
	left: 40%;
	color: #000000;
}
.overlayText > span{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold; 
}
    