How to fix the space shown above a video?
Sometimes adding a video in the video field will result in a blank space above the video.
This is due to how different themes handle the padding above videos.
Add this CSS and adjust to erase the space on your site.
Kadeance Theme Video blank space fix.
.entry-content-asset.videofit { padding-top: 0px; }