#shareit { 
  -webkit-user-select: none; 
  display: none; 
  position:fixed; 
  width: 100%; 
  height: 100%; 
  background: rgba(0,0,0,0.85); 
  text-align: center; 
  top: 0; 
  left: 0; 
	right:0;
	bottom:0;
  z-index: 5; 
} 
#shareit img { 
  max-width: 70%;  
} 
#shareit .arrow { 
   margin-top:50px;
} 
#shareit #share-text { 
  margin-top: 50px; clear: both;
	
}