.vwu-watermark {
    position: absolute;
    bottom: 40px;
    left: 0;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
    padding: 5px 10px;
    transform: rotate(-26.57deg);
    transform-origin: left bottom;
    white-space: nowrap;
    overflow: hidden;
    max-width: 300%;
    line-height: 1.4;
    z-index: 10;
}

.fluid-width-video-wrapper {
    position: relative;
    padding-top: 56.25% !important; /* Fallback für den Nicht-Vollbildmodus */
}

.js-player-fullscreen .vwu-watermark {
    font-size: 30px;
    bottom: 60px;
}

/* Design des Vollbild-Buttons */
#customFullscreenBtn {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    transition: background-color 0.3s;
}

#customFullscreenBtn:hover {
    background-color: rgba(0, 0, 0, 1);
}