
.ar-secure-video-wrapper {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
}

.ar-secure-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
    background: black;
}

.ar-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5vw;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.35); /* More visible watermark */
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    z-index: 9999;
}
