Hi @andy_lymeterrace
That isn’t really possible as a background video at the moment. Only thing we can suggest is adding an extra class to the row, such as “background-video” and then adding this css:
.background-video {
width: 1170px!important;
margin: 0 auto!important;
display: block!important;
float: none!important;
max-width: 100%!important;
}
That would still require the video to match the dimensions of the content however.
Another solution would be to custom code an overlay over a video within a standard content row.
Hope that helps.
– Ed