/*Центируем иконку новости*/
.t-feed__post-popup__cover-wrapper {
    text-align: -webkit-center!important;
}

/*Скрываем "Показать ещё в потоке на мобильных устройствах*/
@media screen and (max-width: 960px) {
    .t-feed__buttons-wrapper {
        display:none!important;
    }
}

/* Delete Google Translate window */
.skiptranslate {
display: none !important;
}