
/* === DFArchiv Calendar v1.4.18 — Preview thumbnail max size === */
.dfa-preview-scope .dfa-thumb,
.dfa-preview-scope .dfa-thumb img,
.dfa-preview-scope img.dfa-thumb-img{
  max-width:96px;
  max-height:206px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
