This demo uses video file from my google drive ; how to get links HERE
code:-
<style>
.videobox { display: block; margin-left: auto; margin-right: auto; width: 100%; height: 0; position: relative; padding-bottom: 52.66%; }
.videoplayer { height: auto; width:100%; }
</style>
<!-- wrapper for player style makes it responsive -->
<div id="vidbox" class="videobox ">
<video class="videoplayer" id="player" controls autoplay >
<source src="https://drive.google.com/uc?export=view&id=1q9SovdOhj-e4RN0JGyPHRt3ESqYTiAuE" type="video/mp4">
</video>
</div>