/**
 * Full Bleed Background Video Block Styles
 */

.full-bleed-video-section {
    position: relative;
    width: 100%;
}

.full-bleed-video-section video {
    object-fit: cover;
}

/* Ensure video doesn't create scrollbars */
.full-bleed-video-section .overflow-hidden {
    overflow: hidden;
}

/* Button hover effects */
.full-bleed-video-section button:hover {
    opacity: 0.8;
}















