component-social-share {
  display: block;
  width: 100%;
}
component-social-share ._post_share {
  margin: 15px 0 20px;
  display: flex;
}
component-social-share ._post_share a {
  color: black;
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
component-social-share ._post_share a i,
component-social-share ._post_share a img {
  outline: none;
  width: 40px;
  height: 40px;
}
component-social-share ._post_share a img._stage_normal {
  display: block;
}
component-social-share ._post_share a img._stage_hover {
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  component-social-share a:hover {
    color: grey;
    text-decoration: none;
  }
  component-social-share a:hover img._stage_normal {
    display: none;
  }
  component-social-share a:hover img._stage_hover {
    display: block;
  }

}

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

}
