/* This file will hold styles that are loaded using the same media query as the wide grid. */
.context-tagged2016 .view-content { /* Masonry container */
        -moz-column-count: 4;
        -moz-column-gap: 1.5em;
        -webkit-column-count: 4;
        -webkit-column-gap: 1.5em;
        column-count: 4;
        column-gap: 1.5em;
        width: 100%;
        } 