#FullHD {
	background-color:#000;
	background-image:url(../images/06_FullHD_full.jpg);
	background-position:55% -50px;
	background-repeat:no-repeat;
	min-height:650px;
	padding-top:100px;
}
#FullHD .table {
	display:table; min-height:350px;
}

@media screen and (max-width: 1500px) {
	#FullHD {
		background-image:url(../images/06_FullHD_1500.jpg);
		background-position:50% -130px;
		min-height:480px;
	}
}

@media screen and (max-width: 1000px) {
	#FullHD {
		background-image:url(../images/06_FullHD_1000.jpg);
		min-height:550px;
		background-position:50% -130px;
	}
	#FullHD .table {
		display:table; min-height:250px;
	}
}
@media screen and (max-width: 800px) {
	#FullHD {
		background-image:url(../images/06_FullHD_800.jpg);
		background-position:50% 160px;
		min-height:650px;
		padding:0;
	}
}
@media screen and (max-width: 500px) {	
	#FullHD {
		background-image:url(../images/06_FullHD_500.jpg);
		background-position:50% 80px;
		min-height:610px;
		
	}

	#FullHD .frame{
		padding: 0;
	}
}
@media screen and (max-width: 360px) {
	#FullHD {
		background-image:url(../images/06_FullHD_360.jpg);
		background-position:45% 280px;
		min-height:630px;
	}
}