@media print {
    .offers, .layout__header, .clears_mh, .layout__footer, .cookies__banner, .popup-player, #spcv_conversation, .layout__breaking, .banners, .rows__column_section-right, .rows__column_section-right-wide, .column__cell:nth-child(2), .column__cell:nth-child(3), .article__subscribe, .article__share, .article__google-news, .article__google-news-mobile, .article__tags{
        display:none
    }

    .rtcode{
        display: flex;
        flex-direction: row;
        reflalign-self: center;
        justify-content: center;
    }
    .spnf_ticker.spnf_right,.spot-im-newsfeed-module.spnf_newsfeed-module.spnf_visible {
        transform: translateX(-120%);
        opacity: 0;
    }
}