This console table was given to us by a lady in Burleigh, Gold Coast who was trying to take it to the dump. Due to its size and weight, she wasn’t able to transport it herself and needed it gone. /* ===== 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; }