main.gallery{max-width:80%}.gallery h2{margin-bottom:1em}.images{display:grid;grid-template-columns:repeat(2,1fr)}@media(min-width:500px){.images{grid-template-columns:repeat(3,1fr)}}@media(min-width:900px){.images{grid-template-columns:repeat(4,1fr)}}.images{grid-column-gap:4em;grid-row-gap:4em}.images .image{max-width:30ch;max-height:50vh;padding:10px}.images .image p{margin-top:0}.gallery img{max-width:100%;max-height:100%}