body.site.fluid {
margin: 0;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 18px;
color: #333;
background-color: #ded6eb;
}

#backgroundVideo {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    pointer-events: none;
}

#backgroundVideoOverlay {
    position: fixed;
    inset: 0;
    background: rgba(80, 0, 110, 0.25);
    z-index: -1;
    pointer-events: none;
}

body.site {
    background: transparent !important;
}