Code snippet for Adjusting Video Mask Height:
selector{
--height: 50%;
}
selector .elementor-fit-aspect-ratio{
padding-top: calc(var(--height)/2);
padding-bottom: calc(var(--height)/2);
display: flex;
align-items: center;
}


