.images-gallery{grid-template-columns:1fr 1fr}.images-gallery :nth-child(1){grid-column:span 2}.images-gallery :nth-child(2){grid-row-start:6}.images-gallery :nth-child(3){grid-column:span 2}.images-gallery :nth-child(4){grid-row-start:6}.images-gallery :nth-child(5){grid-column:span 2}.images-gallery :nth-child(6){grid-column:span 2}.images-gallery :nth-child(7){grid-column:span 2}@media screen and (min-width: 55rem){.images-gallery{grid-template-areas:"a a a b c c" "a a a b f f" "d e e b f f" "d e e b f f" "d g g g g g";grid-template-rows:auto auto 250px auto auto;grid-template-columns:repeat(6,1fr)}.images-gallery :nth-child(1){grid-area:a}.images-gallery :nth-child(2){grid-area:b}.images-gallery :nth-child(3){grid-area:c}.images-gallery :nth-child(4){grid-area:d}.images-gallery :nth-child(5){grid-area:e}.images-gallery :nth-child(6){grid-area:f}.images-gallery :nth-child(7){grid-area:g}}
