div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486daa;
}

.test__item-dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease;
  pointer-events: none;
}

.test__item:hover .test__item-dark-overlay {
  background: rgba(0, 0, 0, 0.5);
}
