
<video controls><source src="home_video.mp4" type="video/mp4"></video>
video { width: 412px; height: 234px; box-sizing: border-box; border: 3px solid rgba(0, 0, 0, 0.1); }
<video controls class="border"><source src="home_video.mp4" type="video/mp4"></video>
.border { width: 412px; height: 234px; box-shadow: inset 0 0 0 4px rgba(255,0,0,0.5); }
<style type="text/css"> .border{ position:relative; } .border:after { position:absolute; left:0; top:0; width:200px; height:200px; box-shadow: inset 0 0 0 4px rgba(255,0,0,0.5); content:''; } </style> <div class="border"> <video class="border" width="320" height="240" controls> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> </div>