.spinner{margin:100px auto 0;width:70px;text-align:center}@media only screen and (max-width:767px){.spinner{margin-top:20px}}@media only screen and (min-width:768px)and (max-width:1023px){.spinner{margin-top:20px}}.spinner>div{width:18px;height:18px;background-color:#fed800;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s ease-in-out infinite both}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}