.image_gallery{
    display: flex;
    flex-wrap: wrap;
}

.image_gallery img{
    width: 100%;
}