
.featured-projects {
	width: 100%;
}

.featured-project {
	position: relative;
	line-height: 0;
}

.featured-project a {
	display: block;
	text-decoration: none;
}

.featured-project img {
	width: 100%;
}

.featured-caption {
	color: #fff;
	position: absolute;
	bottom: 2em;
	right: 2em;
}

.featured-caption span {
	margin-left: 0.5em;
}

@media screen and (max-width: 400px) {
	.featured-caption {
		bottom: 1.5em;
		right: 1em;	
	}
	.featured-project span {
		display: none;
	}

	.featured-project span.title {
		display: block;
	}

}