.sharebtn {
  
  position: fixed;
  top: 85vh;
    left: -8px;
    background-color: #f1f1f1;
    color: black;
    font-size: 16px;
    width:3.3em;
    height:3em;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    z-index:9999;
    opacity: 0.95;
    box-shadow: 0 8px 16px 0 rgba(43, 36, 36, 0.2), 0 6px 20px 0 rgba(0,0,0,0.19);

      -webkit-animation: share-fadein 1s ease 2s;
      animation: share-fadein 1s ease 2s;

  }

  


  .sharebtn:hover {
    background-color: black;
    color: white;
  }


.hgricon {
background-image: url('../../../../../share/socialicon.png'); 
background-repeat: no-repeat; 
background-size: contain;
background-position-x: right;
}

