.photo-row{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:0;grid-row-gap:0}.photo-row__item{display:block}.photo-row__item img{height:100%;object-fit:cover;width:100%}.photo-row__item-1{grid-area:1/1/2/4}.photo-row__item-2{grid-area:1/4/2/7}.photo-row__item-3{grid-area:2/1/3/3}.photo-row__item-4{grid-area:2/3/3/5}.photo-row__item-5{grid-area:2/5/3/7}