.content_section.video_bg_section {
    position: relative;
}
.content_section.video_bg_section:after {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%; height: 100%;
    background-color: rgba(20,22,24,0.8);
}