.screenshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.screenshot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:520px){.screenshot-grid{grid-template-columns:1fr}}
