ludo974 Hi
This section includes a mask for the video, which is defined with the following style:
.acm-hero.style-4 .video-wrapper:before {
content: "";
position: absolute;
background-color: #039be5;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
filter: alpha(opacity=60);
opacity: 0.6;
-webkit-transition: opacity 0.5s;
-o-transition: opacity 0.5s;
transition: opacity 0.5s;
}
You can customize the background color and opacity as needed.