/* Binary Player Custom Styles */
.binary-player-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.video-js {
    width: 100%;
    /* Maintain aspect ratio handled by video.js usually, but ensure simple defaults */
    background-color: #000; 
}

/* Ensure big play button is centered */
.vjs-big-play-centered .vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Ad Container z-index ensure it's on top */
#ima-ad-container {
    z-index: 1000 !important;
}
