Unfortunately, this is buggy with uneven column lengths. There may be some javascript that does this better.
.container {
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
-ms-column-count: 4; /*microsoft*/
column-count: 4;
}
/*Set new column counts at various responsive breakpoints*/






