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

/**
 * Grid changes
 */

.has-js .pc-article-gallery {
    display: block;
    white-space: normal;
}

.ag-slide .ag-article-wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.ag-slide .ag-article {
    flex: 1 0 100%;
}
