Hi,
I have a video mp4 place in Section background layer (Source URL from media) not centring on mobile and tablet views (or anything in between). I tried to use this code in the CSS Customise area for the Section but it doen;t fix the issue.
.video-bg {
left: 50% !important;
transform: translateX(-50%) !important;
}
Can you tell me what I need to do to get the video to centre on all devices? (It seems to be aligned left by default)