.skype-link {
  padding-right: 20px;
  position: relative;
}

.skype-link:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/img/svg/social/skype.svg) no-repeat scroll 0 0 / contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}