component-social-share-b {
    display: block;
    width: 100%;
}

component-social-share-b ._post_share {
    margin: 0px;
}

component-social-share-b ._post_share a {
    color: black;
    text-decoration: none;
    margin-right: 1px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

component-social-share-b ._post_share a i, component-social-share-b ._post_share a img {
    outline: none;
    width: 35px;
    height: 35px;
}

component-social-share-b ._post_share a img._stage_normal {
    display: block;
}

component-social-share-b ._post_share a img._stage_hover {
    position: relative;
    display: none;
}

@media (min-width: 992px) {
    component-social-share-b a:hover {
        color: grey;
        text-decoration: none;
    }
    component-social-share-b a:hover img._stage_normal {
        display: none;
    }
    component-social-share-b a:hover img._stage_hover {
        display: block;
    }
}