.edu_photo_grid{display:grid;grid-template-columns:repeat(12,1fr)}.edu_photo_grid__tile{height:100%}.edu_photo_grid__tile img{width:100%;height:100%;object-fit:cover}.edu_photo_grid__tile:nth-child(odd){grid-row:span 2}.edu_photo_grid__tile:nth-child(even){grid-column:span 2}.edu_photo_grid__tile:nth-child(4n+1){grid-column:span 4}.edu_photo_grid__tile:nth-child(4n+3){grid-column:span 6}