#VRAM {
	background-color:#000;
	background-image:url(../images/01_2_VRam-100.jpg);
	background-position:center;
	background-repeat:no-repeat;
	min-height:800px;
}
@media screen and (max-width: 1500px) {
	#VRAM {
		background-image:url(../images/01_2_VRam-80.jpg);
		background-position:40% 50%;
	}
}
@media screen and (max-width: 1000px) {
	#VRAM {
		background-position:50% 50%;
		min-height:600px;
	}
}
@media screen and (max-width: 800px) {
	#VRAM {
		background-image:url(../images/01_2_VRam-60.jpg);
		background-position:50% 100px;
		
	}
	#VRAM .table .cell .left .left {
		text-align:center;
	}
	#VRAM .table .cell .left .left img {
		max-width:80%;
		margin-top:60%;
	}
}
@media screen and (max-width: 500px) {
	#VRAM {
		background-image:url(../images/01_2_VRam-40.jpg);
		background-position:50% 180px;
	}
	#VRAM .table .cell .left .left img {
		max-width:100%;
		margin-top:60%;
	}
}
@media screen and (max-width: 360px) {
	#VRAM {
		background-position:50% 290px;
	}
	#VRAM .table .cell .left .left img {
		max-width:100%;
		margin-top:80%;
	}
}