.csColumn img{ 
	max-width: 100%; 
	width: auto; 
	height: auto;

}
.csRow img {
	margin-right: auto;
	margin-left: auto; 
	text-align: center;
}

.csRow { 
	clear: both; 
	margin-bottom: 60px;
	margin-top: 10px;
	}
.csRow:after {
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}