I currently have a script that plays and pauses a video onclick.
What I would like to do is overlay a play button over the video at the start and when it is paused, and for
when .video is clicked and the video is paused -> .video{visibility: hidden;}
when .video is clicked and the video is running -> .video{visibility: visible;}