@media print {
    .mcr-body .mcr-banner {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari */
        color-adjust: exact !important;                 /*Firefox*/
    }

    .mcr-header {
        display: none !important;
    }
    .mcr-header-print {
        display: block;
    }

    .mcr-section-guide {
        display: none !important;
    }
    #mcr-cms-menu {
        display: none !important;
    }

    .mcr-block-downloads-links.cities {
        display: grid;
        margin-left: 1%;
        margin-right: 3%;
        /*page-break-inside: avoid;*/
    }
    .mcr-body .mcr-block-downloads-links .mcr-block-group {
    }

    .mcr-body .mcr-block-youtube {
        display: inline-block;
        width: 100%;
    }
    .mcr-body .mcr-block-youtube .block-youtube-viewer {
        display: none;
    }
    .mcr-body .mcr-block-youtube .mcr-list {
        overflow-y: auto !important;
        height: auto !important;
    }
    iframe {
        display: none;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href]:after {
        content: none !important;
    }

    .mcr-body .mcr-btn-back {
        display: none;
    }

    .mcr-body.home {
        display: grid;
        page-break-before: avoid;
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    .mcr-body.home .col-md-8.nopadding-right {
        width: 66.66666% !important;
    }
    .mcr-body.home .col-md-4.nopadding-left {
        width: 33.33333% !important;
    }

    .mcr-footer {
        display: none
    }
}