.row_gallery{grid-gap:20px;display:grid;grid-auto-flow:dense;grid-auto-rows:auto;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:10px auto;padding:0 10px}.row_gallery .column_gallery{line-height:0}.row_gallery .column_gallery:first-child{grid-column:span 3;grid-row:span 3}.row_gallery .column_gallery:nth-child(2){grid-column:span 1;grid-row:span 3}.row_gallery .column_gallery .images{height:100%}.row_gallery .column_gallery .images img{height:100%!important;object-fit:cover;width:100%}.image_gallery{padding-bottom:50px}