/* adjust as needed - the vertical space between gallery items */
.cbp-item {height: 350px!important;}

/* add a dot to the class (column width) you want to use to start - under 1200px is responsive */
@media only screen and (min-width : 1200px) {
    gallery-category { width: 100%; padding: 0;}
    gallery-category { width: 100%; padding: 0;} /*1 col*/
    gallery-category { width: 48.972%; padding: 0;} /*2 cols*/
    gallery-category { width: 32.254%; padding: 0;} /*3 cols*/
    .gallery-category { width: 23.895%; padding: 0;} /*4 cols*/
    gallery-category { width: 18.879%; padding: 0;} /*5 cols*/
    gallery-category { width: 15.537%; padding: 0;} /*6 cols*/
}

/*other*/
hr {border-color: #dadfe1;height: 60px;}
.caption {line-height: 1.3;margin-top: 0;}