This piece was kindly given to us by a local family in Paradise Point on the Gold Coast who were upgrading their dining space as part of a fresh home update. /* ===== 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; }