@media print {
header,
footer,
section.banner-section {
    display: none;
}
.no-print {
    display: none;
}
.no-print * {
    display: none;
}
}