.post-cat-1{
    position: relative;
    /*overflow: hidden;*/
    padding: 3px;
}
.post-cat-1-img-box{
    height: 138px;
    width: 138px;
    margin-bottom: 5px;
}    
.post-cat-1-img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: ease all .35s;
    transform: scale(1);
    border: 2px solid #505050;
}
.post-cat-1-img:hover{
    transform: scale(1.05);
}

.read-more:hover{
    color: #64d97b;
}


@media (min-width: 480px) and (max-width: 991px) {
    .post-cat-1-img-box {
        height: 80px;
        width: 80px;
        margin-bottom: 5px;
    }
}


@media (min-width: 320px) and (max-width: 479px) {
    .post-cat-1-img-box {
        height: 80px;
        width: 80px;
        margin-bottom: 5px;
    }
}