.main__title {
    display: none;
}

.wl-article {
    margin-bottom: 80px;
}

.wl-article__header {
    position: relative;
    margin-top: 0;
    margin-bottom: 80px;
    background-color: #f8f8f8;
    background-size: cover;
}

.wl-article__header h1 {
    position: static;
    height: 50vw;
    min-height: 4em;
    max-height: 30vh;
    font-family: 'pt-serif-italic', serif;
}

.wl-article__header h1 a {
    position: relative;
    display: block;
    padding: 32px;
    text-decoration: none;
    color: #fff;
}

.wl-article__header h1::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3em;
    background-image: linear-gradient(to bottom, transparent 0%,rgba(0, 0, 0, 0.42) 100%);
}

.wl-subtitle {
    font-size: 60%;
}

.wl-intro {
    font-size: 1.4em;
    font-family: 'pt-serif-italic', serif;
    line-height: 1.4;
    margin-bottom: 2em;
}

.wl-related {
    font-size: 1.2em;
    line-height: 1.285;
}

.wl-nav {
    border-top: 1px solid #ddd;
    padding-top: 32px;
}

/**
 * .wl-post-navigation
 * Weblog snippet: Full post layout
*/

.wl-post-navigation {
    margin-bottom: 1.5em;
}

.wl-post-navigation a {
    display: block;
    flex: 0 calc(50% - .5em);
    margin: 0 0 .5em;
    padding: 6px 16px 10px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-decoration: none;
}

.wl-post-nav-title {
    display: block;
    font-weight: 500;
}