.wrap {
    position: relative;
}

video {
    margin-top: 6vmin;
    max-width: 80vw;
    max-height: 80vh;
    border-radius: 8px;
    position: relative;
    z-index: 10;
    opacity: 1;
}

canvas {
    position: absolute;
    width: 96%;
    height: 96%;
    filter: blur(6rem);
    top: 2%;
    left: 2%;
    z-index: 1;
    opacity: 0.8;
}

#ambientSection.ambient--off canvas {
    opacity: 0;
}