@media print {
    .entry-header {
        height: 180px !Important;
    }
    .main-container {
        width: -webkit-calc(100% ) !important;
    }
    footer#page-footer {
        display: none !important;
    }
}