How to shorten video content to fit the video box

My video is not fitting my video box correctly and leaving a black space on top and bottom. Need help to adjust.

FolkMen

password: folkmenofficial

The below video is on the homepage.

Hi @piyaligupta

I am from Mageplaza - Shopify solution expert.

Please add the following code to the video-section.css file, then save and check the result.

.video-section__media.deferred-media{
    border: none;
    position: relative;
}
.video-section__media video {
    background: transparent !important;
    top: -10%
}

Please let me know if it works as expected!

Best regards

Thanks a lot. This helped.