# v95.32 – Media card owns the frame

## Fixed
- Autoscroll now leaves ~2mm / 8px breathing room above the active row.
- On iPad landscape / desktop, `.video-card` owns the visible 16:9 frame.
- `#videoWrap` is no longer a second visual frame; it is absolute `inset:0`.
- The YouTube iframe is exact `inset:0`, 100% × 100%, with no transform or cover crop.
- Start/rest visual overlays also fill the same outer frame.

## Why
v95.30/31 fixed structural placement but left two frame concepts:
1. the visible card
2. the inner videoWrap

This could make the iframe look offset by about 1 cm. v95.32 collapses that into one owned frame.
