#loader {      
			    position: fixed;
			    left: 0px;
			    top: 0px;
			    width: 100%; 
			    height: 100%;
			    z-index: 9999;  
			   background-color: #000;    
			  	background-size:100% auto;
			  	background-repeat: repeat-y;	 
			    justify-content: center;
			    -ms-box-orient: horizontal;
			    display: -webkit-box;
			    display: -moz-box;
			    display: -ms-flexbox;
			    display: -moz-flex;
			    display: -webkit-flex;
			    display: flex; 

			    
			  -webkit-align-items: center; 
			  align-items: center; 
			} 
 

			.loader-icon{ 
			  width:  150px;
			  height: 150px;   
			  background-size:cover;
			  background-repeat: none;  
			}