.image_grid {
    display: grid;
}
.image_grid_item {
    object-fit: cover;
    width: 95%;
    height: 95%;
}
