How can I vertically center a button against a video using CSS?
Here is my code: https://jsbin.com/curefoyefe/edit?html,css,js,output
<video controls="" ng-show="myForm_live_video.live_video.$valid" ngf-src="live_video" width="200" height="200" class="" src="https://www.w3schools.com/html/mov_bbb.mp4 . "></video>
<button class="btn btn-danger mleft-15" ng-click="live_video = null" ng-show="live_video" style="" class="abc">Delete</button>
https://i.stack.imgur.com/7cCFT.png
I would like to add a button that stretches around the circle in the image.