#cmg-bunny-dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 9998;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.cmg-bunny-video {
    position: relative;
    z-index: 9999;
}
