.wrap{width:200px;height:150px;margin:0 auto;position:relative}.circle{width:20px;height:20px;position:absolute;border-radius:50%;background-color:#2db4ad;left:15%;transform-origin:50%;-webkit-animation:circle .5s ease infinite alternate;animation:circle .5s ease infinite alternate}@-webkit-keyframes circle{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;transform:scaleX(1.7)}40%{height:20px;border-radius:50%;transform:scaleX(1)}to{top:0}}@keyframes circle{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;transform:scaleX(1.7)}40%{height:20px;border-radius:50%;transform:scaleX(1)}to{top:0}}.circle:nth-child(2){left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.circle:nth-child(3){left:auto;right:15%;-webkit-animation-delay:.3s;animation-delay:.3s}.shadow{width:20px;height:4px;border-radius:50%;background-color:#fff;position:absolute;top:62px;transform-origin:50%;z-index:-1;left:15%;filter:blur(1px);-webkit-animation:shadow .5s ease infinite alternate;animation:shadow .5s ease infinite alternate}@-webkit-keyframes shadow{0%{transform:scaleX(1.5)}40%{transform:scaleX(1);opacity:.7}to{transform:scaleX(.2);opacity:.4}}@keyframes shadow{0%{transform:scaleX(1.5)}40%{transform:scaleX(1);opacity:.7}to{transform:scaleX(.2);opacity:.4}}.shadow:nth-child(4){left:45%;-webkit-animation-delay:.2s;animation-delay:.2s}.shadow:nth-child(5){left:auto;right:15%;-webkit-animation-delay:.3s;animation-delay:.3s}.text{line-height:55px;width:100%;text-align:center}.post-x{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}