.loading-dots:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
}