.loading{position:relative;height:300px}.loading-loader{width:64px;height:64px;position:absolute;background-image:linear-gradient(#f4f1ed 20px,transparent 0),linear-gradient(#64420c 20px,transparent 0),linear-gradient(#64420c 20px,transparent 0),linear-gradient(#f4f1ed 20px,transparent 0);background-repeat:no-repeat;background-size:16px 16px;background-position:0 0,0 100%,100% 0,100% 100%;animation:rotate 1s linear infinite}@keyframes rotate{0%{width:64px;height:64px;transform:rotate(0deg)}50%{width:30px;height:30px;transform:rotate(180deg)}to{width:64px;height:64px;transform:rotate(1turn)}}