html .feature .socialbutton .ig-share {
  text-align: left;
}
html .feature .socialbutton .ig-share a {
  display: block;
  width: 90px;
  height: 20px;
  background: url("../../common/imgs/btn_ig_share.png") no-repeat;
  background-size: contain;
  font-size: 11px;
  text-decoration: none;
  padding-left: 25px;
  letter-spacing: 0;
  line-height: 20px;
}
html .feature .socialbutton .ig-share a:hover {
  opacity: 0.8;
}