
h2{
    text-align: left;
    margin-bottom: 50px;
}
.video_normal {
    width: 90%;
    height: auto;
   
    background-color: black;
}

#vidIntro {
    /* top: 100vh; */
    height: auto;
    margin-bottom: 50px; /* Optional space below the video */

}

/* .container {
    max-width: 800px;
    margin: 100px auto;
} */
.twentytwenty-container {
    
    width: 80%;
    margin: auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    
}

#twentyTwentySection {
    /* position: absolute; */
    /* top: 250vh; */
    min-height: 100vh;
    /* width: 100%; */
    background-color: var(--bg);
}

#twentyTwentySection p {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 50px;
}

#storytext {
    margin-top: 50px;
    text-align: center;
}

@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 {
    /* top: 550vh; */
    background-color: var(--bg);
}

#post>h3 {
    margin-top: 50px;
    margin-bottom: 20px;
}

#post>video {
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 50px;
}

#metrics {
    /* top: 800vh; */
} 

.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);
}