Hi there,
Thanks for writing in! Are you referring to the video controls? If so, you can use CSS to hide it. You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.
.tp-video-controls {
display: none;
}
Hope this helps – thanks!