#gallerywithlinks_block{

    display: flex;

    flex-wrap: wrap;

    margin-top: 3rem;

}



#gallerywithlinks_block .col-sm-12,

#gallerywithlinks_block .col-lg-4,

#gallerywithlinks_block .col-lg-6 {

    /* padding: 0; */

    margin-top: 15px;

    margin-bottom: 15px;

}



#gallerywithlinks_block > div,

#gallerywithlinks_block > div div.details{

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;

}


#gallerywithlinks_block a .details,
#gallerywithlinks_block a .details > *{

    color: white;

}



/* #gallerywithlinks_block > div div.details{

    flex-grow: 1;

} */



/* #gallerywithlinks_block > div a{

    width: 75%;

    display: flex;

    justify-content: center;

    align-self: center;

    border-radius: 50px;

    margin-bottom: 15px;

} */



#gallerywithlinks_block > div div.img{

    height: 250px;

    overflow: hidden;

}



#gallerywithlinks_block div.img img{

    min-width: 100%;

    max-height: 100%;

    object-fit: cover;

}



#gallerywithlinks_block .details,

#gallerywithlinks_block .img-filter{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



#gallerywithlinks_block .img-filter{

    z-index: 1000;

    background-color: black;

    opacity: 0.4;

    width: calc(100% - 30px);

    margin-left: 15px;

}



#gallerywithlinks_block .details{

    padding: 0 30px;

    z-index: 1001;

}