.blog-img {
    width: 100%;
    overflow: hidden;
    height: 345px;
    border-radius: 9px;
}
.blog-img .label-post-category {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000009c;
    color: #fff;
    padding: 10px 16px;
    border-radius: 0px 0px 10px 0px;
}
.blog-img img, .blog-img-details img{
    height: auto;
    object-fit: cover;
}
.blog-img-details {
    width: 100%;
    overflow: hidden;
    border-radius: 9px;
    height: 500px;
}
.blog-img-details .label-post-category {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000009c;
    color: #fff;
    padding: 10px 16px;
    border-radius: 0px 0px 10px 0px;
}