Vimeo videos

I have several videos from vimeo listed on my page, however there seems to be a lot of space generated between them?

ALSO the comment box Is covering the captcha

Images attached.

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Here’s a link
http://bit.ly/2jRuCaA

Hello there,

Thanks for the link.

The player seems to have that space reserved in case the video was of a larger size.

You can use the following CSS code to have the video appear larger by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove vimeo space*/ .player .vp-player-layout { top: 0px !important; bottom: 0px !important; }

Best Regards,
Support