.vey-social-share {
  display: flex;
  flex-direction: column;
}

.vey-social-share .buttons {
  display: flex;
  flex-direction: row;
}

.vey-social-share .link-copied-text {
  margin-left: 55px;
  margin-top: 32px;
  position: absolute;
  transition: ease-in-out 0.3s;
  background-color: #044656;
  padding: 8px;
  border-radius: 8px;
}

.vey-social-share .link-copied-text p {
  font-size: 12px !important;
  line-height: 14px !important;
  color: #fff !important;
  margin-bottom: 0px !important;
  font-weight: 700 !important;
}

.vey-social-share .link-copied-text::before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #044656;
  border-bottom: 0;
  position: absolute;
  top: -5px;
  left: 58%;
  margin-left: -20px;
  -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
}

.vey-social-share .copy-large {
  margin-top: 42px;
  margin-left: 83px;
}

.vey-social-share .icon {
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 8px;
}

.vey-social-share .icon img {
  width: 100%;
}

.vey-social-share .icon .mobile {
  display: none;
}

.vey-social-share .standard {
  width: 24px;
  height: 24px;
}

.vey-social-share .large {
  width: 34px;
  height: 34px;
}

.vey-social-share .icon.large:first-child {
  margin-left: 0;
}

/* Standard size images */
.vey-social-share .fb {
  background: url("../images/social-share/Facebook-share-icon.png") no-repeat;
}

.vey-social-share .twitter {
  background: url("../images/social-share/Twitter-share-icon.png") no-repeat;
}

.vey-social-share .linkedin {
  background: url("../images/social-share/LinkedIn-share-button.png") no-repeat;
}

.vey-social-share .clipboard {
  background: url("../images/social-share/Copy-to-clipboard.png") no-repeat;
}

/* Large images */
.vey-social-share .fb-large {
  background: url("../images/social-share/Facebook-share-icon-large.png")
    no-repeat;
}

.vey-social-share .twitter-large {
  background: url("../images/social-share/Twitter-share-icon-large.png")
    no-repeat;
}

.vey-social-share .linkedin-large {
  background: url("../images/social-share/LinkedIn-share-button-large.png")
    no-repeat;
}

.vey-social-share .clipboard-large {
  background: url("../images/social-share/Copy-to-clipboard-large.png")
    no-repeat;
}

@media only screen and (max-width: 768px) {
  /* mobile */

  .vey-social-share .link-copied-text {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .vey-social-share .link-copied-text p {
    display: block !important;
    font-size: 16px !important;
    padding: 8px 0 !important;
  }

  .vey-social-share .link-copied-text::before {
    display: none;
  }

  .vey-social-share .standard,
  .vey-social-share .large {
    width: 30px;
    height: 30px;
  }

  .vey-social-share .fb,
  .vey-social-share .fb-large {
    background: url("../images/social-share/Facebook-share-icon-mob.png")
      no-repeat;
  }

  .vey-social-share .twitter,
  .vey-social-share .twitter-large {
    background: url("../images/social-share/Twitter-share-icon-mob.png")
      no-repeat;
  }

  .vey-social-share .linkedin,
  .vey-social-share .linkedin-large {
    background: url("../images/social-share/LinkedIn-share-button-mob.png")
      no-repeat;
  }

  .vey-social-share .clipboard,
  .vey-social-share .clipboard-large {
    background: url("../images/social-share/Copy-to-clipboard-mob.png")
      no-repeat;
  }
}
