.share-facebook {
  position: fixed;
  right: 0px;
  top: 50%;
  background-color: #3b5998;
  max-width: 100px;
  color: white;
  padding: 1em;
  width: 100%;
  border: 1px solid;
  transition: all .25s;
  z-index: 999;
  border-right: none; }
  .share-facebook:hover {
    max-width: 110px; }

.share-twitter {
  position: fixed;
  right: 0px;
  top: 45%;
  background-color: #4ba2f2;
  max-width: 100px;
  color: white;
  padding: 1em;
  z-index: 999;
  width: 100%;
  border: 1px solid;
  transition: all .25s;
  border-right: none; }
  .share-twitter:hover {
    max-width: 110px; }

.share-instagram {
  position: fixed;
  right: 0px;
  top: 55%;
  background-color: #d52152;
  max-width: 100px;
  color: white;
  padding: 1em;
  z-index: 999;
  width: 100%;
  border: 1px solid;
  transition: all .25s;
  border-right: none; }
  .share-instagram:hover {
    max-width: 110px; }

.share-whatsapp {
  position: fixed;
  right: 0px;
  top: 60%;
  background-color: #368b82;
  max-width: 100px;
  color: white;
  padding: 1em;
  z-index: 999;
  width: 100%;
  border: 1px solid;
  transition: all .25s;
  border-right: none; }
  .share-whatsapp:hover {
    max-width: 110px; }

/*# sourceMappingURL=social-media.css.map */
