.two-three-image-gallery{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}.two-three-image-gallery img{height:100%;width:100%}@media(min-width:48em){.two-three-image-gallery{grid-template-columns:1fr 1fr;grid-template-rows:repeat(6,1fr)}.image-gallery-left{grid-row-end:span 3}.image-gallery-right{grid-row-end:span 2}}
