.overview-people-people-standards {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 1672px;
    --p-height:452px
}

@media (max-width: 1068px) and (max-width: 1068px) {
    .overview-people-people-standards {
        --p-width: 836px;
        --p-height:416px
    }
}

@media (max-width: 734px) and (max-width: 734px) {
    .overview-people-people-standards {
        --p-width: 420px;
        --p-height:480px
    }
}


html body .inline-media-component-container .video-wrapper .video-element-stack {
    display: none;
    visibility: hidden;
}

html body .inline-media-component-container:not(.fallback) .fallback-frame {
    --load-static-image: true;
}

html body .inline-media-component-container .video-wrapper .fallback-frame {
    position: relative;
    opacity: 1;
    visibility: visible;
}

ul.stats.modal-content-width,
.sc-card-back .link {
    width: var(--modal-content-item-width);
}

@media only screen and (max-width: 1068px) {
    .sc-card-back .link {
        width: auto;
    }
}

@media only screen and (max-width: 734px) {
    .sc-card-back .link {
        width: auto;
    }
    ul.stats.modal-content-width {
        width: 87.5%;
    }

    div#modal-recycled ul.stats.modal-content-width li p span.nowrap {
        display: inline;
        text-decoration: none;
        white-space: normal;
    }
    div#modal-recycled ul.stats.modal-content-width li p span.nowrap span.nowrap {
        display: inline-block;
        text-decoration: inherit;
        white-space: nowrap;
    }
}

.section-hero {
    /* 
    --text-start: t - 60vh;
    --text-end: a0b - 100vh;
    */
    --text-start: t - 60vh;
    --text-end: a0b - 80vh;
}