/* body {
    text-align: center;
} */

/* #video-container {
    position: relative;
    width: 640px;
    height: 360px;
    margin: 20px auto;
    background-color: #000;
}

#content-video {
    width: 100%;
    height: 100%;
} */

#source-view {
    /* visibility: hidden; */
    z-index: 1;
}

#ad-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; 
    z-index: 10;
}

#resume-ad-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-family: sans-serif;
    font-size: 18px;
    cursor: pointer;
    z-index: 20;
}

#resume-ad-overlay .play-icon {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent white;
    margin-right: 15px;
}

#resume-ad-overlay.visible {
    display: flex;
}

.hide-native-controls::-webkit-media-controls {
    display: none !important;
}

/* Fallback for other browsers */
.hide-native-controls {
    pointer-events: none;
}