.mini_gallery_img
{
    /* width:100%; */
    height:20vh;

    transition: all .2s ease-in-out;
 
    /*Scale down will take the necessary specified space that is 100px x 100px without stretching the image*/
    object-fit:scale-down;
}