/* Add custom styles here */

/* Video player styling to eliminate black bars - using Mux Player built-in properties */
mux-player {
    --media-object-fit: cover !important;
    --media-object-position: center !important;
}

/* Ensure video container clips overflow from zoomed content */
.video-container, .aspect-video {
    position: relative !important;
    overflow: hidden !important;
}
