#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
}

body {
	overflow-x: hidden;
}
