This TV unit came from a local Gold Coast home that was being redesigned, where it was simply no longer needed. Rather than see it discarded, we gave it a clean and a second chance so it can continue serving another home. /* ===== 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; }