.ld.ld-flip-ltr {
  animation: ld-flip-ltr 1s linear 1;
}
@-moz-keyframes ld-flip-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(-1, 1);
  }
}
@-webkit-keyframes ld-flip-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(-1, 1);
  }
}
@-o-keyframes ld-flip-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(-1, 1);
  }
}
@keyframes ld-flip-ltr {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(-1, 1);
  }
}
