@page { 
    size: A4;
    margin-left: 1cm; 
}
@media print{
    .container {
       display: block;
       width: 100%;
       height: 100%;
       overflow: visible;
       position: static;
    }
    table, figure {
        page-break-inside: avoid;
    }
    html, body {
        margin: 0;
    }
    header .phf-logo {
    	display: none;
    }
    footer {
        display: none;
    }
    picture.phf-hero {
        display: none;
    }
}
