/* HIDE ELEMENTS */
* {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari, Edge */
    color-adjust: exact !important;                 /*Firefox*/    
}

/*
.print-banner {
    height: 250px !important;
    width:  auto !important;
}
*/

.no-print {
    display:  none !important;
}