@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 992px) {
	#portfolio .inner .inner-photos a {
		width: calc((100% / 3) - 12.5px);
		height: 350px;
	}
}

@media screen and (max-width: 768px) {
	#portfolio .inner .inner-photos a {
		width: calc((100% / 2) - 12.5px);
		height: 300px;
	}
}

@media screen and (max-width: 576px) {

}

@media screen and (max-width: 400px) {
	#portfolio .inner .inner-photos a {
		width: 100%;
		height: 400px;
	}
}
