.rtpce-video{

    position:relative;

    aspect-ratio:16/9;

    width:100%;

    overflow:hidden;

}

.rtpce-video iframe{

    position:absolute;

    inset:0;

    width:100%;

    height:100%;

}

.rtpce-placeholder{

    position:relative;

    aspect-ratio:16/9;

    overflow:hidden;

    border-radius:12px;

}

.rtpce-placeholder img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.rtpce-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.65);

    color:white;

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    padding:30px;

    text-align:center;

}

.rtpce-overlay h3{

    margin:0 0 15px;

}

.rtpce-overlay p{

    max-width:420px;

}

.rtpce-overlay button{

    margin-top:20px;

    padding:12px 24px;

    border:none;

    border-radius:6px;

    cursor:pointer;

    background:#d63638;

    color:white;

}