<html>
<head>
<style>
.video_block{
clear:both;
width:100%;
}
.width50{
outline: 1px solid #fff;
width:50%;
}
.left{
float:left;
}
.right{
float:right;
}
</style>
</head>
<body>
<div class="video_block">
<div class="width50 left">
<iframe width="100%" height="300" hight src="https://www.youtube.com/embed/59ZOOqUAOmw" frameborder="0" allowfullscreen></iframe>
</div>
<div class="width50 right">
<iframe width="100%" height="300"src="https://www.youtube.com/embed/VMk_xSlVqVY" frameborder="0" allowfullscreen></iframe>
</div>
<hr>
</div>
</body>
</html>