/* Container */
.gird-gallery {}

/* Remove normalize.css or/and theme styles from figure */
.gird-gallery > a > figure {
    margin: 0 !important;
}

/* Clearfix */
.gird-gallery-clearfix:before,
.gird-gallery-clearfix:after {
    content:"";
    display:table;
}
.gird-gallery-clearfix:after {
    clear:both;
}
.gird-gallery-clearfix {
    zoom:1;
}


/* Fluid grid */
.gird-gallery-fluid > a > figure {
    float: left !important;
}

/* Fixed */
.gird-gallery-fixed a.gg-link {
    float: left !important;
}