.csColumn img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.csRow {
  clear: both;
}
.csRow:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
