.post-gallery {
    /* optional max width or margin */
    margin: 0 auto;
}

/* masonry item */
.gallery-item {
    width: 30%; /* nebo jiná % dle požadovanho počtu sloupců */

    float: left;
    box-sizing: border-box;

}

