I'm experiencing a persistent grey box around a <video> element embedded in a Brightspace HTML page using the Courseware_HTML_Templates (V5) package.
Details:
- The video is wrapped automatically in a container with the class:
.courseware-video-embed-responsive - This wrapper appears to apply a grey background or border that does not match our design intent.
Troubleshooting Attempted:
- Removed the
.courseware-video-embed-responsive class manually. - Applied inline styles such as:
background: transparent !important; border: none !important; box-shadow: none !important; - Wrapped the video in a
<div> instead of a <p>. - Inspected the DOM to confirm the styling appears to come from system-level CSS or injected parent containers.
Despite these efforts, the grey box persists.