@charset "UTF-8";

.group-posts {
  list-style: none;
}

.group-posts > * {
  float: left;
  width: 33.33%;
}
.group-posts a .thumbnail {
	position: relative;
}
.group-posts .thumbnail img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.group-posts a:hover .thumbnail img { transform: translate(-50%, -50%) scale(1.1); }

.group-posts a {
  font-size: 13px;
  color: #231815;
}

.group-posts a:hover { color: #999; }

.date {
  font-family: 'Heebo', sans-serif; font-weight: 500;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 0 5px;
}

.title { margin-bottom: 20px; line-height:1.4;padding: 0 5px;}

.group-posts li:nth-child(3n+1) { clear: left; }

@media screen and (max-width: 768px) {
  .group-posts > * {
    width: 50%;

  }

  .group-posts li:nth-child(3n+1) { clear: none; }

  .group-posts li:nth-child(2n+1) { clear: left; }
}
