Assuming what you want is that box around the content like the one with the video, then it is because you're missing <article> tag with the class of "entry". The class "entry" is what is giving that style.
So in your case all you need is wrap the "LOOP" with either <article class="entry"> or a <div class="entry"> and don't forget to close it after the "LOOP".