.news-item img,
.news-item div.placeholder {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 1rem 1rem 0;
  background-color: #f5f5f2;
  background-repeat: no-repeat;
  background-position: center;
}

div.callout.ccm-block-page-list-wrapper {
  margin: 1rem 0 2rem 0;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  position: relative;
}

div.callout.ccm-block-page-list-wrapper div.news-item img.ccm-output-thumbnail  {
    margin: 0 1rem 1rem 0 ;
  width: 5rem;
  height: 6.25rem;
    padding: 0;
    position: relative;
  border-radius: 5px;
  overflow:  hidden;
  display: block;
  float: left;
}

div.callout.ccm-block-page-list-wrapper .button {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}