This piece was kindly given to us by a local family in Beenleigh Brisbane who were upgrading their dining table as part of a home refresh. The original plan was to bin it to free up space, even though it was still sturdy and had plenty of life left in it. We picked it up, checked it over, and gave it a proper clean so it could be rehomed responsibly instead of ending up in landfill. Now it’s ready for its next chapter with someone who’ll put it to good use. /* ===== 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; }