.post-listing-loop.manage_column_three {
    margin-left: -9px;
    margin-right: -9px;
    row-gap: 18px;
}
.post-listing-loop {
    display: flex;
    flex-wrap: wrap;
}
.post-listing-loop.manage_column_three .portfolio-block {
    width: 33.3333%;
    padding-left: 9px;
    padding-right: 9px;
}
.post-listing-loop .portfolio-block .image-block {
    position: relative;
    padding-top: 100%;
}
.post-listing-loop .portfolio-block .image-block img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    object-fit: cover;
    transition: all 0.2s ease-in;
}
.post-listing-loop .portfolio-block .content-block {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(8px);
    padding: 20px 18px;
    z-index: 3;
    position: absolute;
    width: calc(100% - 18px);
    top: 100%;
    transition: all 0.3s ease-in;
    opacity: 0;
    left: 9px;
}
.post-listing-loop .portfolio-block .content-block h5 {
    font-family: 'Circular Std' !important;
    font-weight: 450;
    font-size: 18px;
    line-height: 1;
    color: #EEEEEE;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-listing-loop .portfolio-block .content-block h6 {
    font-family: 'Circular Std' !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1;
    color: #DDDDDD;
    text-transform: uppercase;
}
.post-listing-loop .portfolio-block {
    position: relative;
}
@media only screen and (min-width: 992px) {
    .post-listing-loop .portfolio-block:hover .content-block {
        transform: translateY(-100%);
        opacity: 1;
    }
    .post-listing-loop .portfolio-block {
        position: relative;
        overflow: hidden;
    }
    .post-listing-loop .portfolio-block:hover .image-block img {
        transform: translateY(-10%);
    }
}
@media only screen and (max-width: 1199px) {
    .post-listing-loop .portfolio-block .content-block h5 {
        font-size: 16px;
        line-height: 20px;
    }
    .post-listing-loop .portfolio-block .content-block h6 {
        font-size: 12px;
        line-height: 20px;
    }
    .post-listing-loop .portfolio-block .content-block {
        padding: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .post-listing-loop .portfolio-block .content-block {
        top: auto;
        bottom: 0;
        padding: 8px 10px;
        opacity: 1;
    }
    .post-listing-loop.manage_column_three .portfolio-block {
        width: 50%;
        padding-left: 9px;
        padding-right: 9px;
    }
    .post-listing-loop .portfolio-block .content-block {
        width: 100%;
        left: 0;
    }
    .post-listing-loop .portfolio-block .image-block img {
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .post-listing-loop .portfolio-block .content-block h5 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .post-listing-loop .portfolio-block .content-block h6 {
        font-size: 12px;
        line-height: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .post-listing-loop .portfolio-block .content-block h5 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .post-listing-loop .portfolio-block .content-block h6 {
        font-size: 12px;
        line-height: 14px;
    }
    .post-listing-loop.manage_column_three .portfolio-block {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .post-listing-loop.manage_column_three {
        margin-left: 0;
        margin-right: 0;
    }
}