*[class*=ch-grid] {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

*[class*=ch-grid]:after,
*[class*=ch-item]:before {
	content: '';
    display: table;
}

*[class*=ch-grid]:after {
	clear: both;
}

*[class*=ch-grid] li {
	max-width: 100%;
	width: 800px;
	max-height: 100%;
	display: inline-block;
}

*[class*=ch-item],*[class*=ch-info-wrap],*[class*=ch-info],*[class*=ch-info-front],*[class*=ch-thumb] {
	background-size: cover !important;
}

*[class*=ch-item] a { text-decoration: none !important }

*[class*=ch-info-inner] {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}