@media print {
    /* All your print styles go here */
    body {
        overflow-x: visible;
        overflow-y: visible;
    }

    .main-menu-mobile {
        display: none;
    }
    .field-node--dynamic-token-fieldnode-share-story {
        display: none;
    }
    .field-node--dynamic-token-fieldnode-disqus-comments {
        display: none;
    }
    .footer {
        display: none;
    }
}