.fusion-privacy-placeholder.gr-video-preview {
 box-sizing: border-box;
 width: 100%;
 height: auto !important;
 aspect-ratio: var(--gr-preview-ratio, 1.777778);
 background-color: #20242a;
 background-image: linear-gradient(rgba(0,0,0,.58), rgba(0,0,0,.58)), var(--gr-preview-image) !important;
 background-size: cover !important;
 background-position: center !important;
 color: #fff !important;
 padding: clamp(16px, 4vw, 40px);
}
.fluid-width-video-wrapper .fusion-privacy-placeholder.gr-video-preview {
 height: 100% !important;
 aspect-ratio: auto;
 overflow: auto;
}
.gr-video-preview .fusion-privacy-placeholder-content { max-width: 42rem; }
.gr-video-preview .fusion-privacy-label { line-height: 1.5; text-shadow: 0 1px 3px #000; }
.gr-video-preview .fusion-privacy-label a { color: #fff !important; text-decoration: underline; }
.gr-video-preview :focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
