/**
 * @author: Procurios (Peter Slagter)
 * @about:  pc-article-gallery.fade.css - Adds layout settings to support fading articles in and out
 */

/**
 * Grid changes
 */

.ag-fade .ag-article {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}