.project-grid {
	padding: 0;
	max-width: 1228px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
	vertical-align:top;
}

.project-grid li {
	display: inline-block;
	width: 225px;
	margin: 0;
	padding: 10px;
	text-align: left;
	position: relative;
	vertical-align:top;	
}

.project-grid figure {
	margin: 0;
	position: relative;
}

.project-grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.project-grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	background: #2c3f52;
	color: #ed4e6e;
}

.project-grid h3 {
	margin: 0;
	padding: 10px 0;
	color: #fff;
	height:70px;
	line-height:18px;
}

.project-grid figcaption span:before {
	content: 'by ';
}

.project-grid figcaption a {
	/*text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;*/
	color: #fff;
	text-decoration:none;
}

/* Individual Caption Styles */

/* Caption Style 3 */

.cs-style-3 figure {
	overflow: hidden;
	max-width: 225px;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
/*
.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	transform: translateY(-40px);
}

.cs-style-3 figcaption {
	height: 70px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
.cs-style-3 figcaption h3 {
	margin-top:10px;
	width:210px;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
*/
.cs-style-3 h3 a {
	text-decoration:none;
	/*
	position: absolute;
	bottom: 20px;
	right: 20px;
	*/
}
.cs-style-3 h3:hover {
	opacity:.7;
}
.cs-style-3 img:hover {
	opacity:.7;
	cursor:pointer;
}


@media screen and (max-width: 31.5em) {
	.project-grid {
		padding: 10px 10px 100px 10px;
	}
	.project-grid li {
		width: 100%;
		min-width: 225px;
	}
}
