.video_bg_section.content_section {
    /*padding: 0 0 56.25%;*/
    padding: 0 0 50%;
}

.video_bg_section.content_section .content_row {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.video_bg_section.content_section .toggle_muted {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 200;
}

.video_bg_section.content_section video + .toggle_muted:after {
    content: '\f028'; font-family: "Font Awesome 5 Free"; font-weight: 900;
    font-size: 1.5rem; color: #997514; 
}
.video_bg_section.content_section video[muted] + .toggle_muted:after {
    content: '\f6a9'; 
}
