#Sound {
	background-color:#000;
	background-image:url(../images/05_sound_full.jpg);
	background-position:50% -60px;
	background-repeat:no-repeat;
	min-height:860px;
}
@media screen and (max-width: 1500px) {
	#Sound {
		background-image:url(../images/05_sound_1500.jpg);
		background-position:50% -30px;
		min-height:730px;
	}
}
@media screen and (max-width: 1000px) {
	#Sound {
		background-image:url(../images/05_sound_1000.jpg);
		background-position:50% 60px;
		min-height:650px;
	}
}
@media screen and (max-width: 800px) {
	#Sound {
		background-image:url(../images/05_sound_800.jpg);
		background-position:50% 200px;
		min-height:600px;
		
	}
}
@media screen and (max-width: 500px) {
	#Sound {
		background-image:url(../images/05_sound_500.jpg);
		background-position:50% 80px;
		min-height:600px;
		
	}
}
@media screen and (max-width: 360px) {
	#Sound {
		background-image:url(../images/05_sound_360.jpg);
		background-position:50% 320px;
		min-height:650px;
	}
}