/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

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

