.chunk {
  border-radius: 5px;
}

.chunk.slide_section {
  padding-bottom: 45px;
}

.chunk {
  color: #fff;
  text-align: left;
  text-decoration: none;
  display: block;
  line-height: 1.3;
  height: 8em;
}

.chunk .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  z-index: 3;
}

.chunk.has_thumbnail {
  overflow: hidden;
  height: auto;
  padding: 2px;
}

.chunk.has_thumbnail .info {
  padding: 15px;
  text-align: center;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}

.chunk.has_thumbnail img {
  width: 100%;
  display: block;
  border-radius: 3px 3px 0 0;
}

.chunk .enumeration {
  font-weight: 400;
}

.chunk .name {
  display: block;
  height: 80px;
}

.chunk:not(.has_thumbnail):hover .info {
  color: #fff;
}

.chunk .blackout {
  display: none;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 5px;
  z-index: 2;
}

.chunk:not(.has_thumbnail):before {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
  display: none;
  content: " ";
  background: #ddd;
  background: var(--pentium-gradient);
  border-radius: 7px;
}

.chunk:hover:before {
  display: block;
}

.chunk:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
}

a.slide_section {
  cursor: pointer;
}

.chunk:not(.has_thumbnail):hover:after {
  opacity: 0.7;
}

.chunk:hover .blackout {
  display: block;
}
