.site-section {
    padding: 5em 0;
}

.retro-layout-2 a {
    background-color: #6c757d;
}
.retro-layout-2 .h-entry.gradient {
    position: relative;
}
.retro-layout-2 .h-entry.mb-30 {
    margin-bottom: 30px;
}

.retro-layout-2 .h-entry {
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}

.retro-layout-2 .v-height {
    height: 200px;
}

.retro-layout-2 .v-height-single {
    min-height: 430px;
    margin: 30px 0;
}

.retro-layout-2 .gradient {
    position: relative;
}

.retro-layout-2 .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
}

.retro-layout-2 .text h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.retro-layout-2 .h-entry .sub {
    font-size: 15px;
}

.retro-layout-2 .text span {
    color: rgba(255,255,255,.5);
}

.retro-layout-2 .text span.tag,
.entry2 span.tag {
    color: #fff;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}

.retro-layout-2 .h-entry.gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
}

.entry2 h2 {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
}

.entry2 .post-meta {
    color: #b3b3b3;
    font-size: 13px;
    width: 100%;
    display: block;
}
.entry2 .post-meta a {
    color: #000;
}
.muted, .entry2 p {
    color: #666666;
}

.entry2 .post-meta .author-figure img {
    width: 30px;
    border-radius: 50%;
}

.entry2 img {
    margin-bottom: 30px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}