@media print {
    .header, .footer, .hero-main.hero-article, .bkg-dark, .bkg-light-grey, .share-buttons, .content-article-head .info, .article-bar,
    .deploy-version, .breadcrumb, .overlying, .video {
        display: none !important;
    }
    .hero-main .hero-content {
        padding: 0;
        text-align: left;
        background: none !important;
    }
    .hero-main .hero-content h1 {
        font-size: 40px;
        color: black !important;
        margin-bottom: 20px;
    }
    .content-wrapper:before {
        content: none;
    }
    .content-wrapper {
        padding-top: 0;
    }
    section,
    section.mt-small {
        margin-top: 0;
    }
    .logo-print {
        text-align: right;
    }
}