html body .view-recent-posts > h2.title {
  font-size: 18px;
}
.view-recent-posts .thumbnail-container {
  display: none;
}
/*.block-mtemc-recent-posts.recent-posts-with-thumbnails .view-recent-posts .thumbnail-container {*/
/*  display: inline-block;*/
/*}*/
.recent-posts-with-thumbnails .view-recent-posts .thumbnail-container {
  display: inline-block;
}
.view-recent-posts .card-display--bg-image-container {
  padding: 0;
}
.view-recent-posts .card-header {
  align-content: start;
}
.block-mtemc-recent-posts.recent-posts-with-thumbnails .view-recent-posts .card-header {
  height: 158px;
}
.recent-posts-with-thumbnails .view-recent-posts .card-header {
  height: 158px;
}
.view-recent-posts .card-display__content {
  padding: 0 2em;
  position: relative;
  height: 300px;
}
/*.view-recent-posts .card-display__contain,*/
.view-recent-posts .card-display__contain {
  top: auto;
  transform: none;
  width: auto;
  left: auto;
  position: relative;
}
.view-recent-posts .card-display--category {
  margin: 6% 2em 0;
}
.view-recent-posts .card-display__title {
  height: 6em;
}
.view-recent-posts .card-display--post-date {
  font-weight: 600;
}
.view-recent-posts .card-display--summary {
  max-height: none;
  overflow: hidden;
  height: 5em;
}
.view-recent-posts .card-display__call-to-action {
  padding: 1em 0 2em;
}