
.entry-content ul.hansbroek-projects-list,
ul.hansbroek-projects-list {
  display: inline;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

li.hansbroek-project-item {
  color: #58595b;
  display: inline;
}

a.hansbroek-project-link {
  color: #58595b;
}

a.hansbroek-project-link:hover {
  color: #00FFAF;
  text-decoration: none;

  .hansbroek-project-thumbnail-overlay {
    display: block;
  }

  .hansbroek-project-thumbnail img {
    filter: grayscale(100%) contrast(200%) brightness(2);
    mix-blend-mode: screen;
  }
}

.hansbroek-project-text {
  display: inline;
  font-family: 'Quattrocento', serif;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 50px;
}

.hansbroek-project-thumbnail {
  display: inline-block;
  position: relative;
}

.hansbroek-project-thumbnail-overlay {
  background-color: #00FFAF;
  display: none;
  height: 62px;
  left: 0;
  margin: -49px 5px -25px 5px;
  position: absolute;
  right: 0;
}

.hansbroek-project-thumbnail img {
  height: 62px;
  margin: -49px 5px -25px 5px;
}

.hansbroek-projects-all {
  display: inline;
}
.hansbroek-projects-all a {
  font-size: 12px;
  margin-left: 16px;
}
.hansbroek-projects-all a:hover {
  color: #00ffaf;
  text-decoration: none;
}

/* .hansbroek-project-year {} */

@media (min-width: 701px) {
  .hansbroek-project-text {
    font-size: 44px;
    line-height: 69px;
  }
  .hansbroek-project-thumbnail-overlay,
  .hansbroek-project-thumbnail img {
    height: 102px;
  }
}
