.dm-news-thumb{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.dm-news-thumb-placeholder{
  overflow:hidden;
  border-radius:14px;
  margin:0 0 12px 0;
  height:160px; /* placeholder height */
}
.dm-news-thumb-placeholder img.dm-news-thumb{
  width:100%;
  height:100%;
}
.dm-news-thumb-debug-card{
  outline:2px dashed rgba(180, 180, 255, 0.6) !important;
  outline-offset:2px;
}