.processing-animation{display:inline-block;position:relative;width:60px;height:60px;opacity:.8}.processing-animation div{position:absolute;top:25px;width:10px;height:10px;border-radius:50%;background:#605f5d;animation-timing-function:cubic-bezier(0, 1, 1, 0)}.processing-animation div:nth-child(1){left:6px;animation:processing-animation1 .6s infinite}.processing-animation div:nth-child(2){left:6px;animation:processing-animation2 .6s infinite}.processing-animation div:nth-child(3){left:24px;animation:processing-animation2 .6s infinite}.processing-animation div:nth-child(4){left:42px;animation:processing-animation3 .6s infinite}@keyframes processing-animation1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes processing-animation3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes processing-animation2{0%{transform:translate(0, 0)}100%{transform:translate(18px, 0)}}.processing-caption{font-size:16px}