Я пытаюсь выровнять изображение и видео рядом, но это не работает. Вот как сейчас выглядит изображение и видео
Вот мой код прямо сейчас:
<div class="text pl-3">
<span class="date">Feb 2020</span>
<h2>CLARITY - NSBE Hacks UofT</h2>
<span class="position"> First place winner and winner of best Google hack</span>
<p> Clarity is a web app catered towards children that struggle with autism. Children with autism have trouble recognising the emotions of other people. </p>
<div class = 'md-col-6'>
<img src="/static/images/clarity.png" height = 200px width = 250px>
</div>
<div class='md-col-7'>
<video width="300" height="300" controls>
<source src= "/static/video.mp4" type ="video/mp4">
</div>
</div>