.koenn-recent-grid {
  max-width: 600px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 260px));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
	justify-content: center;
}

.koenn-recent-post {
  border-radius: 7px;
  width: 260px;
  height: 190px;
  box-shadow: 2px 15px 20px rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  position: relative;
}

.koenn-recent-overlay {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.koenn-recent-overlay a {
  display: block;
  width: 100%;
  height: 100%;
}

.koenn-recent-content {
  color: white !important;
  padding: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.koenn-recent-content h2,
.koenn-recent-content a {
  color: white !important;
}

.koenn-byline {
  color: white !important;
  margin: 0;
}

.koenn-recent-title {
  color: white !important;
  line-height: 1em;
  margin: 0;
}
