#base-wrapper {
	display: none;
}
body.in-loading {
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.infinity-loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fffcf9;
	z-index: 1024;
	text-align: center;
	display: table-column;
	vertical-align: middle;
}
.infinity-loading > img {
	position: relative;
	top: 30%;
}
