.loading{background:#144680;height:100%;left:-25%;position:fixed;top:0;transform:skewX(-15deg);transition:.5s ease;width:150%;z-index:999}.loading img{left:calc(50% - 180px);position:fixed;top:calc(50% - 30px);transform:skewX(15deg);width:350px}@media screen and (max-width:767px){.loading{transition:.3s ease}}.loading.is_active{left:150%}