.page-footer img.avatar {
    width: 100%;
    object-fit: cover;
}

.thumb img {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}

.thumb img {
    width: 50vw;
    height: 50vw;
    object-fit: cover;
}

.post-meta .post-category::before {
    display: none;
}

.thumbnail img.news-cover {
    /* width: 100%;
    height: 56vh;
    max-height: 600px;
    object-fit: cover; */
    max-width: 100%;
} 

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .thumbnail img.news-cover {
        max-height: 352px;
    } 
}

@media only screen and (max-width: 767px) {
    .thumbnail img.news-cover {
        max-height: 261px;
    }
}