.image_gallery{display:flex;flex-wrap:wrap;list-style:none;padding:0;border-radius:10px;overflow:hidden}.image_gallery_image_wrapper{width:25%;max-width:25%;min-width:25%}.image_gallery_image_wrapper img{width:100%;height:100%;object-fit:cover}@media(max-width:880px){.image_gallery_image_wrapper{width:100%;max-width:100%;min-width:100%}}@media(max-width:1080px){.image_gallery_image_wrapper{width:50%;max-width:50%;min-width:50%}}
