.xm-social-media-channels a {
  display: inline-block;
}
.xm-social-media-channels .xm-svg {
  width: 16px;
  height: 16px;
  padding: 10px;
  background: #000;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
  position: relative;
}
.xm-social-media-channels .xm-svg:hover {
  background: rgba(0, 0, 0, 0.6);
  color: #000;
}
