.top-header .right > a {
    display: inline-block;
    margin-right: 10px;
    line-height: 30px;
    text-decoration: underline;
}
.top-header .right > a:hover {
    text-decoration: none;
}
.top-header .ssm li.share {
    background: url("assets/img/telegram-icon.png") center 0 no-repeat !important;
    transition: background 0.2s linear 0s;
}
.top-header .ssm li.share:hover {
    background: url("assets/img/telegram-icon.png") center -30px no-repeat !important;
}

.parent-img {
    text-align: center;
}