.ccm-page .rss {
  float: right;
  font-size: 2rem;
}

div.listImage {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 50%;
  background-color: #26245f;
	overflow: hidden;
}

div.listImage:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  content: "";
}

div.listImage a {
  position: absolute;
    display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ccm-page .pageList .listImage img {margin: 0; min-height: 180px; min-width: 180px;}


@media only screen and (max-width: 40em) {
.ccm-page .rss {
    float: left; }
}