#loading {
	width: 100%; height: 100%; z-index: 10; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; position: fixed; top:0; left: 0; background: #fff;
}
body.loading{
    overflow: hidden;
}