.ball{animation:float 3.5s ease-in-out infinite}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-80px)}to{transform:translatey(0)}}.loading-container .shadow{animation:expand 4s infinite}@keyframes expand{0%,to{transform:scale(.5)}50%{transform:scale(1)}}@media only screen and (max-width:500px){.ball{animation:float 4.5s ease-in-out infinite;height:120px;width:120px}.loading-container .shadow{width:90px;height:20px;top:78%;animation:expand 5s infinite}@keyframes float{0%{transform:translatey(0)}50%{transform:translatey(-50px)}to{transform:translatey(0)}}}