@media only screen and (max-width: 1400px) {
	
	#slider{
		height: 550px;
		
	}
	
	
	
}

@media only screen and (max-width: 1220px) {
	

#page-mone{
	display: none;
}


	
	#slider{
		height: 450px;
		
	}
	
	#main{
		text-align: center;
	}
	
	
}


@media only screen and (max-width: 600px) {
	
	#slider{
		height: 400px;
	}
	

}

@media only screen and (max-width: 400px) {
	


}