@media(min-width:1200px){
	.container{
		width:1188px;
	}
	.samping{
		width:25%;
	}
	.tengah{
		width:75%;
	}
	.tengah .items .produk{
		width:25%;
	}
	
	#slideProduk .slide .samping{
		width:35%;
	}
	
	#slideProduk .slide .tengah{
		width:65%;
	}

}