Login / Register

/* FORCE remove square ratio from featured image blocks */ .tdb-featured-image, .tdb-featured-image .tdb-image-wrap, .tdb_single_content .tdb-image-wrap, .tdb_single_content .tdb-image-wrap img { aspect-ratio: auto !important; height: auto !important; max-height: none !important; } .tdb-featured-image img { object-fit: contain !important; }