.references img {
	width: 340px;
}

.n-article .text-justify, .n-article .text-left {
	padding-top: 30px;
	padding-bottom: 30px;
}

.featured-project-details {
    padding: 10px!important;
	padding-top: 10px;
	background: #CCCCCC;
	margin-top: 30px;
}

#project-slideshow {
	height: 360px;
}

.project-link {
	margin-top: -20px;
}

.images-wrapper {
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	.references img {
		width: 300px;
	}
}

@media (max-width: 1000px) {
	.featured-project-details {
		margin-top: 10px;
	}
	.n-article .text-justify, .n-article .text-left {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 990px) {
	.references img {
		width: 340px;
	}
}
