
    .yamasters-share {
  display: flex; }
  .yamasters-share .share-button {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 4px;
    font-size: 0;
    overflow: hidden;
    transition: all 300ms ease 0ms;
    transform: scale(0.9); }
    .yamasters-share .share-button:hover {
      transform: scale(1); }
    .yamasters-share .share-button.facebook {
      background-image: url("images/facebook.png"); }
    .yamasters-share .share-button.googleplus {
      background-image: url("images/googleplus.png"); }
    .yamasters-share .share-button.linkedin {
      background-image: url("images/linkedin.png"); }
    .yamasters-share .share-button.pinterest {
      background-image: url("images/pinterest.png"); }
    .yamasters-share .share-button.skype {
      background-image: url("images/skype.png"); }
    .yamasters-share .share-button.telegram {
      background-image: url("images/telegram.png"); }
    .yamasters-share .share-button.tumblr {
      background-image: url("images/tumblr.png"); }
    .yamasters-share .share-button.twitter {
      background-image: url("images/twitter.png"); }
    .yamasters-share .share-button.viber {
      background-image: url("images/viber.png"); }
    .yamasters-share .share-button.whatsapp {
      background-image: url("images/whatsapp.png"); }
