.ch-grid {
	/*margin: 20px 0 0 0;
	padding: 0;*/
	margin-left: -20%;

	list-style: none;
	display: block;
	text-align: center;
	width: 120%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 180px;
	height: 180px;
	display: inline-block;
	/* margin: 20px; looking bad in mobile view */
}
