Hello! I'm having the same issue but the code shared isn't working in my case. You can see in the attached that there's a lot of padding on both sides and on the bottom. I'm hoping that this video won't have any padding/margins. Please advise! Here's the code I tried (website is: clarethibeau.com/services):
section[data-section-id="yui_3_17_2_1_1718914272022_36865"] .sqs-block-video {
.sqs-block-content, .intrinsic, .embed-block-wrapper, .sqs-native-video {
position: absolute !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
padding: 0 !important;
}
.video-player {
padding: 0 !important;
video {
object-fit: cover !important;
}
}
}