.pixielit-loader-container{background:#000;position:fixed;left:0;top:0;height:100%;width:100%;z-index:9999}.pixielit-loader{position:fixed;left:50%;top:50%;height:100%;width:100%;transform:translate(-50%,-50%);z-index:1}.pixielit-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:fixed;top:50%;left:50%;margin-top:-150px;margin-left:-150px;width:300px;height:300px;border-radius:100%;border:2px solid #fff;-webkit-animation:pixielit-loader 1.5s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:pixielit-loader 1.5s 0s infinite cubic-bezier(.21,.53,.56,.8)}.pixielit-loader .logo-img{position:absolute;left:50%;top:50%;width:200px;height:200px;margin:-100px 0 0 -100px;z-index:1;animation:logoBounce 1.5s 0s infinite cubic-bezier(.21,.53,.56,.8)}.pixielit-loader>div:nth-child(1){-webkit-animation-delay:-0.8s;animation-delay:-0.8s}.pixielit-loader>div:nth-child(2){-webkit-animation-delay:-0.6s;animation-delay:-0.6s}.pixielit-loader>div:nth-child(3){-webkit-animation-delay:-0.4s;animation-delay:-0.4s}.pixielit-loader>div:nth-child(4){-webkit-animation-delay:-0.2s;animation-delay:-0.2s}@keyframes logoBounce{0%{-webkit-transform:scale(.5);transform:scale(.5)}50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}75%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(.5);transform:scale(.5);opacity:0}}@keyframes pixielit-loader{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.5}100%{opacity:0}}@media screen and (max-width:767px){.pixielit-loader .logo-img{position:absolute;left:50%;top:50%;width:120px;height:120px;margin:-60px 0 0 -60px;z-index:1;animation:logoBounce 1.5s 0s infinite cubic-bezier(.21,.53,.56,.8)}}