@media print {
    .noprint {
        display: none;
        height: 0;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
}
