.image-gallery .images_wrpp{grid-column-gap:16px;grid-row-gap:16px;display:grid;grid-auto-columns:1fr;grid-template-rows:auto}.image-gallery .images_wrpp.left_larger_items{grid-template-columns:2fr 1fr}.image-gallery .images_wrpp.right_larger_items{grid-template-columns:.75fr 1fr}.image-gallery .images_wrpp>div{display:flex;flex-direction:column;grid-area:span 1/span 1/span 1/span 1}.image-gallery .images_wrpp img{margin-bottom:16px;object-fit:cover;width:100%}@media screen and (max-width:767px){.image-gallery .images_wrpp.left_larger_items{grid-column-gap:0;grid-row-gap:0;grid-template-columns:1fr}.image-gallery .images_wrpp.right_larger_items{grid-column-gap:8px;grid-row-gap:8px;grid-template-columns:1fr}}@media screen and (max-width:479px){.image-gallery .images_wrpp img{margin-bottom:8px}}