body,
html {
	overflow: hidden;
}

#preloader-bundle {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	z-index: 99999999999;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}