although I have been able to set "style:max-width:80%" in the HTML, whenever I insert the "max-height: 100%" it is not picked up.
Below you can find the HTML code:
<div style="max-width: 80%; max-height: 1000%;" class="wp-block-cover has-background-dim">
<video class="wp-block-cover__video-background" autoplay="" muted="" loop="" playsinline="" src="https://deepbraincommerce.com/wp-content/uploads/2021/03/Home-Video.mp4" style="object-position:50% 50%"></video>
<div class="wp-block-cover__inner-container">
<div data-v-45c77fc7="" class="home__title">Business growth lives here.
</div>
<p></p>
<div class="buttons">
<button type="button" class="home-button" onclick="location.href = 'https://deepbraincommerce.com/we-do/';">We Do >
<span class="btn-overlay"></span>
</button><p></p>
<button type="button" class="home-button" onclick="location.href = 'https://deepbraincommerce.com/portfolio/';">Succeed >
<span class="btn-overlay"></span>
</button><p></p>
</div>
</div>
</div>
Here the website: deepbraincommerce.com
Let me know if you need anything else, is the first time I post