.child-item {
grid-column: 1 / -1;
}
.customGrid {
display: inline-grid;
grid-template-columns:100%;
}
.img_container{
height: 50%; // or whatever value just make sure you give your parent a height
width: 100%;
background: url('link to your image') 50% no-repeat;
background-size: cover;
}