@media print {
footer {
    display: none;
}

#sublogo {
    grid-area: mobileactions;
    z-index: 1;
    display: block !important;
}

}