How to Remove White Space above video Block

It’s a styling related issue so you should be more than capable to fix this issue with CSS. This should be easily accessible through the following steps in your /wp-admin/ environment: Appearance > Customize.

Adding the following rule should solve your problem:

.single article.has-embed {
   padding-top: 0;
}