@media print {
    figure img {
        max-width: 50% !important;
    }

    details,
    nav,
    .video_section {
        display: none !important;
    }

    body div.container-lg * {
        color: black !important;
    }

    div.container-lg {
        max-width: 100% !important;
        margin: 0;
        border: none !important;
    }

    .page_desc {
        width: 100% !important;
    }

    a::after {
        content: " (" attr(href) ")";
    }

    div.row {
        margin: 0 !important;
    }

    div.carousel {
        display: none;
    }
}
