@charset "UTF-8";.gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.gallery-grid figure:nth-child(6),.gallery-grid figure:nth-child(17){grid-column:2 / span 2;align-self:stretch;overflow:hidden}.gallery-grid figure img{width:100%;height:auto;display:block;object-fit:cover}.gallery-grid figure:nth-child(6) img,.gallery-grid figure:nth-child(17) img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:767px){.gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;grid-auto-flow:row dense}.gallery-grid figure:nth-child(6),.gallery-grid figure:nth-child(17){grid-column:1 / -1}}
