PAge is not full width in my theme

Ok. Quick update Herve’. If anyone goes to see your site with that current width on any 5k or 4k screen. It will not show right. I upped my width to the current resolution for these monitors with is:

.fl-builder #main-container.container {
max-width: 100% !important;
width: 2880px;
margin: 0px !important;
padding: 0px !important;
}
.fl-row-bg-video .fl-bg-video video {
bottom: 0;
left: 0px;
position: absolute;
right: 0;
top: 0px;
width: 100% !important;
height: auto !important;
}
.fl-builder .wrap-content {
margin-top: -40px;
}
.fl-row-fixed-width {
max-width: 2880px;
}

And it worked!