@media print {

    html, body {
        width: 100%;
    }

    a[href]:after {
        content: none !important;
    }

    .main-content,
    .content {
        width: 100% !important;
    }

    .main-header,
    .share-content,
    .side-bar,
    .main-footer {
        display: none;
    }

    img.content-img {
        width: 50%;
    }
}