@media print {
    .print {
        height: auto !important;
        overflow: hidden !important;
        position: static !important;
        width: 21cm !important;
    }

    img {
        max-width: 21cm !important;
    }

    .print-hide, body > div:not(.print) {
        display: none !important;
    }

    html {
        overflow: visible !important;
    }
}