.galler-page-elmt-con{

}
.galler-page-elmt-inner-con{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}
.galler-page-item-con{
    width: 100%;
    max-width: calc((100% / 3) - 8px );
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0px;

}
.galler-page-item-inner-con{

}
.galler-page-item-inner-con a{
    width: 100%;
    height: auto;
    display: block;
}
.galler-page-item-inner-con a img{
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: -8px;
}

/*@media(max-width:481px){
    .galler-page-item-con {
        width: 100%;
        max-width: calc((100% / 1) - 0px ) !important;
    }
}*/