.mui-ripple {
  position: absolute;

  top: 50%;
  left: 50%;
  width: 0;
  height: 0;

  .lh-translate(-50%, -50%);
  .lh-border-radius(50%);
}