.content-gallery.masonry.content-gallery--cols-2 ul{display:grid;grid-gap:50px;grid-template-columns:repeat(12, 1fr);grid-auto-rows:100px;grid-auto-flow:dense;overflow:hidden}@media (max-width:767px){.content-gallery.masonry.content-gallery--cols-2 ul{grid-template-columns:repeat(6, 1fr)}}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+1){grid-column:span 6;grid-row:span 4;margin-left:30%}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+2){grid-column:span 6;grid-row:span 7;margin-top:30%}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+3){grid-column:span 6;grid-row:span 3}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+4){grid-column:span 4;grid-row:span 3}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+5){grid-column:span 8;grid-row:span 3}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n+6){grid-column:span 8;grid-row:span 3}.content-gallery.masonry.content-gallery--cols-2 ul li:nth-of-type(7n){grid-column:span 4;grid-row:span 4}.content-gallery.masonry figure{width:100%;height:100%}.content-gallery.masonry figure img{display:block;width:100%;max-width:100%;height:100%;object-fit:cover;transform:scale(1);transition:transform 500ms ease, opacity 500ms ease}.content-gallery.masonry figure:hover img{transform:scale(1.05)}@media (max-width:767px){.content-gallery.masonry li{grid-column:span 12 !important;margin:0 !important;grid-row:span 4 !important}}