.lz-animation{width:100%;height:50px;background-color:#272b30;overflow:hidden;z-index:0}.lz-animation::before{display:block;content:'';width:50%;height:100%;transform:translate(50%);background-image:linear-gradient(to right,transparent,white,transparent);animation-name:loading;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes loading{from{transform:translate(-100%)}to{transform:translate(200%)}}.shiny{width:100%;height:50px;background-color:#272b30;overflow:hidden}.shiny::before{display:block;content:'';width:50%;height:100%;transform:translate(50%);background-image:linear-gradient(to right,transparent,white,transparent);animation-name:shining;animation-duration:3s;animation-iteration-count:infinite}@keyframes shining{from{transform:translate(-50%)}to{transform:translate(100%)}}