html.op3-screenshot #op3-designer-element .op3-element[data-op3-element-type="video"] {
    .op3-element-iframe-placeholder {
        transform: translateZ(0);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;

        &::before {
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="white" d="M16 0C7.175 0 0 7.175 0 16s7.175 16 16 16 16-7.175 16-16S24.825 0 16 0zm0 2c7.744 0 14 6.256 14 14s-6.256 14-14 14S2 23.744 2 16 8.256 2 16 2zm-5 5.178v17.645L24.863 16l-1.326-.843L11 7.178zm2 3.644L21.137 16 13 21.178V10.823z"/></svg>');
        }
    }

    .op3-video-image-overlay {
        background-color: gray;
    }

    // we have placeholder, hide overlay
    .op3-video-magic-overlay,
    .op3-video-magic-overlay-image {
        display: none !important;
    }
}
