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