.sw19p-pd-blog {
    .sw19b-blog {
        .image-wrap {
            position: relative;
            min-height: 300px;
            margin-bottom: 2em;
            display: flex;
            align-items: center;
        }

        .image-wrap img {
            filter: brightness(60%);
            object-fit: cover;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        .image-wrap .meta {
            position: relative;
            font-size: 15px;
            letter-spacing: .2em;
            line-height: 1.5;
            width: 100%;
        }

        .image-wrap p, .image-wrap h1, .image-wrap h2 {
            text-align: center;
            margin: 0 auto;
            max-width: 750px;
        }

        .image-wrap h1 {
            color: #fff;
            font-size: 56px;
            margin-bottom: 20px;
        }

        .image-wrap h2 {
            color: #ccc;
        }

        .image-wrap p {
            margin-bottom: 0;
            text-transform: uppercase;
            letter-spacing: .2em;
            font-weight: 600;
            font-size: .875em;
            color: #ccc;
        }

        .image-wrap a {
            border-bottom: 1px solid #999000;
            color: #fff000;
            text-decoration: none;
        }

        .image-wrap a:hover {
            border-bottom: 1px solid #fff000;
        }

        .sw19s-std-wrap {
            display: flex;
            margin-top: 56px;
        }

        .entry-content h2 {
            font-size: 42px;
            padding-top: 28px;
        }

        .entry-content strong {
            font-weight: 700;
        }

        pre {
            overflow: inherit;
            margin-left: 15px;
            margin-bottom: 1.2em;
            line-height: 1.3;
        }

        .sw19b-pd-sidebar {
            flex-grow: 0;
            flex-shrink: 0;
            flex-basis: 320px;
            margin-left: 15px;
        }

        @media (max-width: 992px) {
            .sw19s-std-wrap {
                display: block;
            }

            .sw19b-pd-sidebar {
                margin-left: 0;
            }
        }

        @media (max-width: 768px) {
            .image-wrap h1 {
                font-size: 38px;
                line-height: 1;
            }
        }
    }
}
