.navbar-brand {
    height: 52px;
}

.post-item {
    background: #fff;
    box-shadow: 0 0 5px 1px #ddd;
    overflow: hidden;
    height: 100%;
}

.post-thumb img {
    width: 100%;
    height: 146px;
    object-fit: cover;
}

.post-item .texts {
    padding: .75rem;
}

.post-item .texts h4 {
    font-size: 1.125rem;
    color: #000;
    margin-bottom: .75rem;
}

.post-item .texts p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .75rem;
    margin-bottom: .5rem;
}

#category .hero-background {
    min-height: 20rem;
    background-position: top left;
}

.pager .pagination {
    justify-content: center;
}

article img {
    max-width: 100%;
}