.content-row-no-bg {
    position: relative;
    background: #fff;
    padding: 50px 0 40px 0;
}

.content-row-no-bg img {
    max-width: 100%;
    height: auto;
}

.content-row-bg {
    position: relative;
    background: #f5f5f5;
    padding: 50px 0 40px 0;
}

.content-row-bg img {
    max-width: 100%;
    height: auto;
}

.post-featured-label {
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 12px;
    padding: 0;
    text-transform: uppercase;
    color: #FFF;
    width: 90px;
    height: 22px;
    background: red;
    padding: 4px;
}

.block-content h4{
    height: 75px;
    overflow: hidden;
    line-height: 1.4em;
}
.blog{
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    min-height: 450px;
}
.blog-thumb{width: 100%; background-size: cover; height: 200px;}
.blog-square{
    position: relative;
    min-height: 250px;
    width: 300px;
}
.blog-vertical{
    position: relative;
    min-height: 450px;
    width: 300px;
}
.blog-thumb-vertical{width: 100%; background-size: cover; height: 400px;}