.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: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	object-fit: contain;
}

.preloader-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background:#e6e6e6;
    /*background-image: url("../../images/productContent_bg.jpg");
    background-size: cover;*/
    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:60%; height: unset;}

.preloader-body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
	background:#f4f4f4;
    top: 0;
}	
	}