.project-wall-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.project-wall figure:nth-child(n){grid-column:auto;grid-row:auto;min-height:300px}
.page-visual-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:980px){.project-wall-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.page-visual-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.project-wall-grid{grid-template-columns:1fr}.page-visual-strip{grid-template-columns:1fr 1fr}}
