.pfig {
	text-align: center;
}
.pfig:after {
	content: '';
	clear: both;
	overflow: hidden;
}
.pfig .pfig-item {
	width: 33.3333%;
	height: auto;
	float: left;
	box-sizing: border-box;
}
.pfig .pfig-item img {
	width: 100%;
	height: auto;
}

@media all and (max-width: 767px) {
	.pfig .pfig-item {
		width: 50% !important;
	}
}