.circlefx {
  display: inline-block;
  transition: transform 0.35s cubic-bezier(.2,.8,.2,1);
  transform-origin: center center;
}

.circlefx:hover {
  transform: translateX(-15px) scale(1.2) !important;
}
