That padding is actually intentional - here’s a shot of what I’m talking about. The video has a height of 408, the container is 413. It’s dynamic so the measurements obviously will be different for you but it’s always +5, resulting in that black strip at the bottom of each block that shouldn’t be there.
You’ve got -10px margins on your “tiles” element. And the aspect ratio of your videos is being thrown off because of it.
Remove those negative margins, then set the height of your html embeds to 28.125vw. That will match the aspect ratio of your 1280x720 videos and should take care of it.
@Cricitem I thought I had it fixed, but there’s a quirk of webflow I think I’m running up against… the -10px margins on the columns keep coming back and creating a black gutter, I think they’re hard coded into the containers that webflow uses as the column object.
Any idea how to override? I wrote in some custom CSS to the project settings to override it but wondered if there’s a more elegant way for future reference.