/**
 * Grid Column
 */
#client-posts {}
#client-posts .uhr-client-posts-item {}
#client-posts .uhr-client-posts-item {}
#client-posts .uhr-client-posts-item article {}
#client-posts .uhr-client-posts-item .grid_item {
    border: 1px solid #ededed;
    max-height: 320px;
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap {
    /* height: 320px; */
    height: 100%; 
    
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap > div {}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap {
    height: 100%;
    display: flex;
    position: relative;
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .desc-wrap {}



#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb {
    /* height: 100%; */
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4vw;
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb a {}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb img {
    width: 100%;
    max-width: 280px;
    height: fit-content;
    /* margin: 110px auto; */
    transition: all 0.3s linear;
}
#client-posts.past-client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb img {
    filter: grayscale(100%);
    opacity: 0.65;
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap:hover .thumb img {
    transform: scale(1.15);
}



#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .overlay_layer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap:hover .overlay_layer {
    display: flex;
}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .overlay_layer a {
    text-decoration: none;
    border: 1px solid var(--ast-global-color-6);
    color: var(--ast-global-color-6);
    display: inline-block;
    padding: 5px 15px;
}





#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .desc-wrap .grid-title {}
#client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .desc-wrap .grid-content {}
@media (max-width:1600px) {}
@media (max-width:1400px) {}
@media (max-width:1200px) {}
@media (max-width:1024px) {}
@media (max-width:990px) {}
@media (max-width:922px) {}
/* Mobile Break Point */
@media (max-width:921px) {}
@media (max-width:768px) {
    #client-posts .uhr-client-posts-item {
        margin-left: 0px !important;
        margin-right: 0 !important;
    }
    #client-posts .uhr-client-posts-item article {
        margin-left: 5px !important;
        margin-right: 5px !important;
        margin-bottom: 10px !important;
        width: calc(33.3333% - 10px);
    }
}
@media (max-width:767px) {
    #client-posts .uhr-client-posts-item article {
        width: calc(50% - 10px);
    }
    #client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb {
        padding: 7vw;
    }
    #client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb img {
        max-width: 200px;
    }
}
@media (max-width:544px) {}
@media (max-width:480px) {
    #client-posts .uhr-client-posts-item article {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #client-posts .uhr-client-posts-item .grid_item .grid_item_wrap .figure-wrap .thumb {
        padding: 8vw 14vw;
    }
}



