.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width:435px;
	float:left;
	margin:0;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 435px;
	height: 226px;
	display: inline-block;
}
