.vg-simple-floating-share-buttons-wrapper {
	position: fixed;
	top: 40%;
	left: 0;
	width: 39px;
	background: #fff;
	padding: 8px;
	float: none;
}
.vg-simple-floating-share-buttons-wrapper li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
@media only screen and (max-width: 767px){
.vg-simple-floating-share-buttons-wrapper {
    bottom: 0px;
    width: 100%;
    height: 50px;
    top: initial;
    margin: 0;
    padding-bottom: 0;
}
}
