@media screen and (min-width: 1225px){
	.banner .image {
		height: 500px;		
}
	}
@media screen and (max-width: 1224px) and (min-width: 992px){
	.banner .image {
		height: 400px;		
}
	}
	
@media screen and (max-width: 991px) and (min-width:768px){
	.banner .image {
		height: 300px;
}
	}
@media screen and (max-width: 767px) and (min-width:543px) {
	.banner .image {
		height: 200px;
}
	}

@media screen and (max-width: 542px) {
	.banner .image {
		height: 130px;
}
	}