/* 2026-08-20 v1.0
 * - Kept Molenaar project overview cards at a fixed 5:4 crop for portrait source images
 */
.molenaar-thumbgrid-row[data-source-table="menco_projects"] > div {
    aspect-ratio:5/4;
    min-height:0;
}
.molenaar-thumbgrid-row[data-source-table="menco_projects"] > div > .out-display {
    height:100%;
}
.molenaar-thumbgrid-row[data-source-table="menco_projects"] > div img {
    width:100%;
    height:100%;
    object-fit:cover;
}
