.flex_module.galerijgrid .galerij-grid{display:grid;gap:10px}.flex_module.galerijgrid .galerij-grid-row{display:grid;grid-template-columns:repeat(9,1fr);gap:20px}.flex_module.galerijgrid .galerij-grid-item{overflow:hidden;height:100%;border-radius:10px}.flex_module.galerijgrid .galerij-grid-item:first-child{grid-column:span 4;max-height:500px}.flex_module.galerijgrid .galerij-grid-item:nth-child(2){grid-column:span 5;max-height:500px}.flex_module.galerijgrid .galerij-grid-item:last-child{grid-column:span 9;max-height:300px}.flex_module.galerijgrid .galerij-grid-item img{width:100%;height:100%;object-fit:cover}