  /*
Using this file as the current build system with `node-sass` no longer compiles on newer Apple M2 Pro machines.
*/

.container:has(> .fullwidth-container) {
    max-width: none;
    width: 100%;
}

/**
    START TEMPORARY FIXES
    It appears there is a templating issue where content is not being wrapped in a container as expected.
    need to fix that before we can remove this.
*/
.content-wrapper > .sticky_placeholder:last-child,
.content-wrapper > div:last-child {
    padding-bottom: 0 !important;
}
.pre-footer-gallery {
    position: relative !important;
    transform: none !important;
}

.section .av-parallax {
    height: auto !important;
    transform: none !important;
}
/**
    END TEMPORARY FIXES
*/
