Place a Video inside Text with Elementor Leave a Comment / Elementor / By Jitu Raiyan 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; }