JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://code.jquery.com/jquery.min.js"></script>
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.css">
<div class="container-fluid" id="primapagina">
	<div class="row" style="width: 100%;">
		  <div class="col-md-7">
				<img src="https://googledrive.com/host/0B55_4P6vMjhITlB1VzJCZnRBUGc/monitor.png" class="img-responsive">
				<div id="video">
					<div class="embed-responsive embed-responsive-16by9">
					<iframe class="embed-responsive-item" src="http://www.youtube.com/embed/ldxJMRrQxEA"></iframe>
					</div>
                </div>
		  <div id="first-page-description" class="col-md-5">
					<h1>DESPRE <span style="color: orange">NOI</span></h1>
					<p>Contraflow Innovations s-a născut din dorința de a oferi servicii de înaltă calitate în domeni ul Sistemelor Informaționale Geografice: de la cartografie digitală la analize spațiale complexe, proiectul tău poate beneficia de ideile și cunoștințele noastre.</p>
					<button type="button" class="btn btn-warning">Despre Noi</button>
</div>

CSS

body{
	background: url(https://googledrive.com/host/0B55_4P6vMjhITlB1VzJCZnRBUGc/background.png) no-repeat center center fixed;
	background-size: cover;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

#first-page-description{
	margin-top: 100px;
}

#video{
	width: 85%;
	margin-top: -69%;
	margin-left: 7.5%;
}