

	/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 992px) and (max-width: 1200px) {
	/*about*/
	/* portfolio */
	figcaption.mask {
		bottom: -151px;
	}
	.testimonial-item>div:after {
		bottom: -40px;
	}
	
	

	.img-prj{
	/*height:300px;*/
	}
	
	.img-prj img{
		position:relative;
		left:50%;
		transform:translateX(-50%);
	}
}
