/**
 * Webek Video Watermark - Frontend CSS
 * Version: 9.0.15
 */

.webek-vw-mark {
    pointer-events: none !important;
    touch-action: none !important;
    -webkit-touch-callout: none !important;
}

.webek-vw-mark * {
    pointer-events: none !important;
}

.webek-vw-mark img {
    display: block;
    margin: 3px auto 0;
}

@media print {
    .webek-vw-mark { display: none !important; }
}

@media (max-width: 600px) {
    .webek-vw-mark {
        font-size: 10px !important;
        padding: 4px 6px !important;
    }
    .webek-vw-mark img {
        max-width: 50px !important;
    }
}
