
.video_normal {
    width: 90%;
    height: auto;
    background-color: var(--bg-dark);
}

#vidIntro {
    height: auto;
    margin-bottom: 50px;
}


.twentytwenty-container {
    
    width: 80%;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    
}

#twentyTwentySection {
    min-height: 100vh;
}

#storytext {
    margin-top: 50px;
    text-align: center;
}

/* Subtle Alternating Backgrounds */
.section:nth-child(odd):not(:first-child) {
    background: rgba(241, 196, 15, 0.05);
    margin-bottom: 80px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Section Dividers - Only for highlighted sections */
.section:nth-child(odd):not(:first-child) {
    position: relative;
    padding-top: 160px;
    margin-top: calc(-1 * var(--margin-lg));
}

.section:nth-child(odd):not(:first-child)::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--sec), var(--acc), var(--sec), transparent);
    box-shadow: 0 0 20px rgba(241, 196, 15, 0.3);
}

.section:nth-child(odd):not(:first-child)::after {
    content: '';
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: var(--acc);
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(241, 196, 15, 0.5);
}

@media (max-width: 767px) {
    #twentyTwentySection p {
        font-size: 16px;
        line-height: 24px;
    }
    
    .dashimg {
        display: block !important;
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    
    .dashtext {
        display: block !important;
        width: 100% !important;
    }
}

#production {
    text-align: center;
}

.vid_ss {
    display: inline-block;
    width: 38%;
    margin: 3%;
    text-align: center;
    font-style: italic;
}

.vid_ss>video {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.vid_ss>p {
    text-align: center;
    min-height: 60px;
}

#post {
}

#post>h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

#post>video {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#metrics {
}

.dash {
    margin-bottom: 50px;
}

.dashimg {
    display: inline-block;
    width: 45%;
    margin-right: 2%;
    margin-left: 3%;
}

.dashtext {
    display: inline-block;
    width: 40%;
}

.dashtext>h3 {
    color: var(--acc);
}