.button_share {
  width: auto;
  height: auto;
  float: left;
  margin: 0px 0 0 2%;
  padding: 0px 0 0 0;
}
.button_share a {
  width: 38px;
  height: 38px;
  float: left;
  background-size: 50% !important;
  margin: 0 4px 0 0;
  border-radius: 3px;
  border: 1px solid #bbbbbb;
  background: #f1f1f1;
}
.button_share a.facebook {
    background: url("../svg/facebook.svg") no-repeat 50% 50%;
}
.button_share a.pinterest {
    background: url("../svg/pinterest.svg") no-repeat 50% 50%;
}
.button_share a.whatsapp {
    background: url("../svg/whatsapp.svg") no-repeat 50% 50%;
}
.button_share a.email {
    background: url("../svg/email.svg") no-repeat 50% 50%;
}