.section-background:has(.blocks-container .video-and-content-modal.open) {
    position: relative;
    z-index: 1;
}

.section-background.animate__animated{
    animation-name: fadeIn;
    
}

.section-background:is([data-color-scheme="light-gray"], [data-color-scheme="dark-ice-blue"]):has(.blocks-container > section:is([data-color-scheme|="light"], [data-color-scheme|="dark"])) section {
    background: transparent;
}

.section-background.alignfull{
    max-width: 100%;
}

.section-background > .blocks-container > *:first-child{
    margin-top: 0;
}

.section-background > .blocks-container > *:last-child{
    margin-bottom: 0;
}