@media print {
    .large-3.large-offset-1.columns,
    .single__footer,
    .essb_links,
    .featuredcaption,
    .p__banner,
    header,
    footer {
        display: none;
    }
    
    .link_cat.link_cat_green {
        display: none !important;
    }
    
    .post__banner .post__title {
        color: #000 !important;
    }
    
    .post__banner {
        min-height: 300px;
    }
    
    .post__info {
        position: absolute !important;
    }
}