Edit the bolded parts. Use margin-left to move the div left or right, and use margin-top to move the div up or down. You can also edit the width and the height of the div.
CODE
<style type="text/css">
.videodiv{
position: absolute;
overflow: auto;
margin-left: 00px;
margin-top: 00px;
width: 00px;
height: 00px;
}
</style>
<div class="videodiv">
PUT THE VIDEO CODE HERE
</div>