.wf-floating {
  position: fixed;
  bottom: 50px;
  z-index: 9999;
}
.wf-floating img {
  width: 60px;
  height: 60px;
}
.wf-floating.wf-right { right: 50px; }
.wf-floating.wf-left { left: 50px; }
