.blog-img{
    width: 100%;
    padding-top: 56.25%; /* Aspect ratio 16:9 */
    position: relative;
    overflow: hidden;
}
.post-list-img{
    width: 100%;
    height: 88px;
    position: relative;
    overflow: hidden;
}
.blog-img img, .post-list-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}