Hi,
Yes, it is possible.
1. Go to Page > Add New, set the header:

2. Click the BM Content Builder, insert Group module:

Set height:

3. Enter video URLs in Advanced Settings tab:

3. Increase width as fullwidth:

4. There is no default option to overlay the footer bar and alt color, please use custom CSS(“Appearance > Customize: Additional CSS”):
.page-id-4804 #footer {
position: absolute;
left: 0;
right: 0;
top: auto;
bottom: 0;
background: none!important;
z-index: 9;
}
.page-id-4804 .copyright, .copyright a,
.page-id-4804 .footer-info,
.page-id-4804 .footer-info a,
.page-id-4804 #footer .logo-text,
.page-id-4804 .footer-info .socialmeida-a {
color: #fff;
}
You could change the alt color value.
The .page-id-4804 is ID of page, you need to replace it as your own. refer to https://seatheme.net/forums/topic/how-to-find-wordpress-postpage-id/
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook