@charset "utf-8";
/* CSS Document */

#overlay {
	background: rgba(0,0,0,.9);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
}

#overlay img {
	max-width: 60%;
	max-height: 80%;
	margin: 3% 20% 0;
}

#overlay p {
	color: #fff;
}



