#XSplit {
	background-color:#000;
	background-image:url(../images/05_XSplit_full.jpg);
	background-position:center -260px;
	background-repeat:no-repeat;
	min-height:800px;
	position:relative;
}
#XSplit .container {
	position:absolute;
	top:480px;
	left:-500px;
	margin-left:50%;
	width:300px;
}
#XSplit .text {
	
	width:600px;
}


@media screen and (max-width: 1500px) {
	#XSplit {
		background-image:url(../images/05_XSplit_1500.jpg);
		background-position:40% -180px;
		min-height:600px;
	}
	#XSplit .container {
		top:390px;
		left:-350px;
		width:230px;
	}
	#XSplit .text {	
		width:400px;
	}	
}
@media screen and (max-width: 1000px) {
	#XSplit {
		background-image:url(../images/05_XSplit_1000.jpg);
		background-position:center -100px;
		min-height:680px;
	}
	#XSplit .container {
		top:450px;
		left:-340px;
		width:230px;
	}	
	#XSplit .text {	
		width:100%;
	}	
}
@media screen and (max-width: 800px) {
	#XSplit {
		background-image:url(../images/05_XSplit_800.jpg);
		background-position:center -60px;
		min-height:740px;
	}
	#XSplit .container {
		top:600px;
		left:-160px;
		width:290px;
	}
	#XSplit .text {	
		width:100%;
	}	
}
@media screen and (max-width: 500px) {
	#XSplit {
		background-image:url(../images/05_XSplit_500.jpg);
		background-position:center 50px;
		min-height:670px;
	}
	#XSplit .container {
		top:520px;
		left:-140px;
		width:250px;
	}	
	#XSplit .text {	
		width:100%;
	}	
}
@media screen and (max-width: 360px) {
	#XSplit {
		background-image:url(../images/05_XSplit_360.jpg);
		background-position:center 140px;
		min-height:700px;
	}
	#XSplit .container {
		top:600px;
		left:-100px;
		width:200px;
	}	
	#XSplit .text {	
		width:100%;
	}	
}