/* Custom styles for media carousel */
.video-click-overlay {
    cursor: pointer;
    z-index: 40;
    background-color: transparent;
}

.video-click-overlay:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/* Hide Vimeo controls */
.media-carousel-iframe {
    pointer-events: none; /* Disable direct interaction with iframe */
}
