#project .project-logo
{
	width: 100%;
	height:10rem;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../images/facemakr/logo.png");
	margin: 1rem auto 2rem auto;
	text-indent: -9999px;
}