/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */

.context-tagged2016 .view-content { /* Masonry container */
        -moz-column-count: 2;
        -moz-column-gap: 1.5em;
        -webkit-column-count: 2;
        -webkit-column-gap: 1.5em;
        column-count: 2;
        column-gap: 1.5em;
        width: 100%;
        } 