@media only screen and (max-width:319px) { 
	.background{
	
		height:150px!important;
		width: 100%!important;

	}
	#preloader img{
		left: 10%!important;
	}
}
@media only screen and (min-width:320px) and (max-width:360px) { 
	.background{
	
		height:150px!important;
		width: 100%!important;
	}
	#preloader img{
		left: 10%!important;
	}
}
@media only screen and (min-width:361px) and (max-width:480px) { 
	.background{
	
		height:150px!important;
		width: 100%!important;
	}
	#preloader img{
		left: 10%!important;
	}
}
@media only screen and (min-width:481px) and (max-width:670px) { 
	.background{
	
		height:200px!important;
		width: 100%!important;
	}
}
@media only screen and (min-width:671px) and (max-width:767px) { 
	.background{
	
		height:250px!important;
		width: 100%!important;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) { 
	.background{
	
		height:auto!important;
		width: 100%!important;
	}
}
@media only screen and (min-width:1024px) and (max-width:1360px) {
	.background{
	
		height:auto!important;
		width: 100%!important;
	}
}
@media only screen and (min-width:1361px) and (max-width:1899px) {
	.background{
	
		height:auto!important;
		width: 100%!important;
	}
}
@media only screen and (min-width:1900px) { 
	.background{
	
		height:auto!important;
		width: 100%!important;
	}
}

