.pxl-row .pxl-col { float: left; width: 33.3333333333%; padding: 15px 0; }
.pxl-row .pxl-col .img img { max-width: 1200px; width: 100%; }
.pxl-row .pxl-col .pgtitle { padding: 12px 0; text-align: center; font-size: 20px; font-weight: bold; }
@media only screen and (max-width: 767px) {
	.pxl-row .pxl-col { width: 50%; }
}
@media only screen and (max-width: 420px) {
	.pxl-row .pxl-col { float: none; width: 100%; }
}