.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
h1, h2 {
    margin-bottom: 0.6em;
    border-bottom: 1px solid #CCC;
    width: 90%;
    padding-bottom: 0.2rem;
}
.tag {
    margin-bottom: 2rem;
}
.tag-container {
    background-color: #FFF;
    height: 100%;
    margin-top: 2rem;
}
.highlight-title,
.tag-link-top {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 2rem;
    color: #000;
}
.posts li {
    margin-bottom: 1rem;
}
.posts li:last-child {
    margin-bottom: 0;
}
.highlight-container {
    position: relative;
    margin-bottom: 1rem;
}
.highlight-container img {
    width: 100%;
    border-radius: 3px;
    filter: brightness(40%);
    transition: filter 0.4s;
}
.highlight-container:hover img {
    filter: brightness(70%);
}
.highlight-container.fs-principal .post-title,
.highlight-container.fs-secondary .post-title,
.highlight-container.fs-default .post-title {
    font-size: 1rem;
}
.highlight-container .post-date {
    font-size: 0.8rem;
    font-weight: 300;
}
.highlight-container ul {
    left: 40px;
    color: #FFF;
    font-weight: 700;
    max-width: 90%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    margin-bottom: 10px;
}
.post-link {
    color: #000;
    font-weight: 500;
}
.link-more-posts {
    width: 1em;
    height: 1em;
    position: relative;
    top: -2px;
}
.tag-container-link {
    margin-top: 2em;
    color: #222;
}
@media (min-width: 768px) {
    .highlight-container.fs-principal .post-title {
        font-size: 1.6rem;
    }

    .highlight-container.fs-secondary .post-title {
        font-size: 1.2rem;
    }

    .highlight-container.fs-default .post-title {
        font-size: 0.8rem;
    }
}
@media (min-width: 992px) {
    .highlight-container.fs-principal .post-title {
        font-size: 2rem;
    }
    .highlight-container.fs-secondary .post-title {
        font-size: 1.4rem;
    }
    .highlight-container.fs-default .post-title {
        font-size: 1rem;
    }

}