body {
    display: flex;
    align-items: center;
    justify-content: center;
}

#page {
    width: 100%;
}

article .featured-thumbnail-parent {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: calc(-3% - 15px) !important;
    margin-left: calc(-3% - 15px) !important;
    margin-right: calc(-3% - 16px) !important;
}

article .featured-thumbnail img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

article.blogposts-list {
    border: 1px solid #BBBBBB;
}

.h4, .h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h3 {
    font-size: 1.0rem;
}

.h4 {
    font-size: 1.5rem;
}

a.next {
    content: 'Próxima';
}