.preloader {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/*.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}*/

.preloader img {
	width: 20%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.preloader-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#151515;
    top: 0;
}

@media screen and (max-width: 800px) {
.preloader {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.preloader2 {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*.preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}*/

.preloader img {
	width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}



.preloader-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
	background:#000;
    top: 0;
}	
	}