This table was passed on to us by a local in Bethania, Brisbane who had stored it in his work shed for several years. It had been sitting unused while other projects came and went, eventually taking up valuable space. With plans to clear the shed, the table was set to be binned, despite still being solid and perfectly usable. /* ===== HARD ISOLATION RESET ===== */ #gb-isolated-video, #gb-isolated-video * { all: unset; box-sizing: border-box; } /* Restore only what we need */ #gb-isolated-video { display: block; font-family: inherit; color: inherit; } #gb-isolated-video .gb-text { display: block; margin-bottom: 14px; line-height: 1.5; font-size: 16px; } #gb-isolated-video .gb-text strong { font-weight: 700; } #gb-isolated-video .gb-video-wrap { display: block; border-radius: 16px; overflow: hidden; background: #000; line-height: 0; } #gb-isolated-video video { display: block; width: 100%; height: auto; object-fit: contain; background: #000; }