
		#preloader{
			display:flex;
			position: absolute;
			width:100%;
			height: 100%;
			overflow: hidden;
		}
		#prelli-left{
			background-color: #dbc781;
			overflow:hidden;
			position: fixed;
			float: left;
			width:50%;
			height: 100%;
			left:0;
			border-right: 2px solid #ffffff;
			animation-delay: 1.2s;
			animation-duration: 2s;
			z-index: 9999999;
		}
		#prelli-right img{
			width:40%;
			position: absolute;
			/* border-radius: 50%; */
			/* -webkit-box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75); */
			-moz-box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75);
			/* box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75); */
			left: -20.5%;
			top:35%;
		}
		#prelli-right{
			background-color: #dbc781;
			overflow:hidden;
			position: fixed;
			float: right;
			width:50%;
			right: 0;
			height: 100%;
			border-left: 2px solid #1e1d1b;
			animation-delay: 1.2s;
			animation-duration: 2s;
			z-index: 9999999;
		}
		#prelli-left img{
			position: absolute;
			width:40%;
			right: -20.5%;
			top:35%;
			/* border-radius: 50%; */
			/* -webkit-box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75); */
			-moz-box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75);
			/* box-shadow: 0px 0px 76px 10px rgba(0,0,0,0.75); */
		}
		
@media(max-width:999px){
	#prelli-right img{
				width:80%;
				left: -40%;
		}
		#prelli-left img{
			width:80%;
			right: -40%;
		
		}
}
