/* 2.6.5: a quiet green time indicator below the cinema controls. */
.cinema-hero__controls { row-gap:10px; }
.cinema-hero__progress {
    flex:0 0 100%; min-width:0; height:2px; overflow:hidden;
    border-radius:2px; background:rgba(255,255,255,.2);
}
.cinema-hero__progress i {
    display:block; width:100%; height:100%; background:var(--lime,#9bd126);
    transform:scaleX(var(--hero-progress,0)); transform-origin:left center;
    transition:none; will-change:transform;
}
.video-seo-carousel__progress,.hero__progress { height:2px; border-radius:2px; }
.video-seo-carousel__progress i { background:var(--lime,#9bd126); }
