video sizing
Hi, I'm hoping someone in here can help with this problem. I originally posted about this in Adobe Premier community, but supposedly this is a html question which I dont necessarily agree with but anyway.
I'm trying to resize a video but I'm having problems. Attached is a picture of what it looks like on-line. I'm trying to do away with the black around the video.

here is the html code.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>more info</title>
<link href="OEP.css" rel="stylesheet" type="text/css">
<style type="text/css">
video {
position:relative;
height:50;
width:50;
}
</style>
</head>
<body>
<div class="blue">
<br />
</div>
<div class="grey">
<br />
</div>
<div id="oep">
Ossian Enterprise Park
</div>
<div class="grey">
<br />
</div>
<div class="blue">
<br />
</div>
<nav>
<h4><a href="homeTest.html">Home</a></h4><h4><a href="BusinessParkOptions.html">Options</a> </h4>
<h4><a href="Building_Site_Overview.html">Building Site Overviequ</a></h4>
</nav>
<h1>sample1</h1>
<video autoplay>
<source src="assets/Sample.mp4" type="video/mp4">
</video>
<h1>Sample2</h1>
<video autoplay>
<source src="assets/SampleB.mp4" type="video/mp4">
</video>
<h1>Sample3</h1>
<video autoplay>
<source src="assets/SampleC.mp4" type="video/mp4">
</video>
<footer style="float:none">
building_overview building_overview
<div id="BDH">
<h1>Business Done Here!</h1>
</div>
<img src="assets/footer1.jpg" width="900" height="84" alt=""/> </footer>
</body>
</html>