
.social-button {
    position: fixed;
    bottom: 40px;
    right: 28px;
    z-index: 99;
  }

  .social-button a {
    margin-right: 10px;
  }
  
  .social-button img {
    width: 3.8em;
  }
  
  @media (max-width: 768px) {
    .social-button {
      position: fixed;
      bottom: 10px;
      right: 10px;
      z-index: 99;
    }
  }
  