#Contents ul.stock li {
	position: relative;
	margin: 0;
	width: calc(100% / 3);
	overflow: hidden;
	box-sizing: border-box;
	float:left;
}