	/** img in article with align **/
img.align-center {

    display: block;
    margin: auto;
}

figure.align-center {
	text-align: center;
}