something like this maybe
is this and im sure darryl can improve on that for sure
<style type="text/css">
.video {
display:inline;
margin-left:auto;
margin-right:auto;
padding-top: 20px;
}
.ctable {
margin-left:auto;
margin-right:auto;
border: 1px solid;
}
.textcontent {
text-justify:inter-word;
}
</style>
<table class="ctable" width="700px">
<tr>
<td width="50%" class="video">whatever your embed code is </td>
<td width="50%" class="video">another embed code </td>
</tr>
<tr>
<td colspan="2" class="textcontent">It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).</td>
</tr>
</table>
and i dont think the css is working on this, its in the source but i dont see it working. May have to move that css over to the admin head section code, not sure.