When i am clinking on that Check out Here ! button its not coming perfectly in middle of screen
here is the link for http://wineoir.com/index.html?
i want to align that video part in middle of screen pls help me ! how to do that
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/branding-2.jpg" class="img-responsive center-block" alt="tv">
<p> </p>
</div>
<div class="col-md-8 ">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<h2 class="text-center">Now aerate and pour your wine with a button's push<br> Electronic Wine Aerator</h2>
<p class="text-center"><a href="#video" class="btn btn-default btn-lg">Check out Here ! </a></p>
</div>
</div>
<!-- col -->
<hr>
<div class="row">
<div class="col-md-12">
<img src="img/bigimage2.png" class="img-responsive center-block" alt="tv">
</div>
</div>
<hr>
<div class="container">
<div class="row">
<div class="col-md-6">
<p> </p>
<p> </p>
<p> </p>
<h2 class="text-center">Mixes Wine and Air to provide a optimum Wine flavour and mouthfeel Video</h2>
</div>
<p class=""></p>
<div class="col-md-6">
<div id="video" class="vid">
<iframe width="450" height="280" src="https://www.youtube.com/embed/e0mM42ZduTQ" allowfullscreen=""></iframe>
</div> <!-- vid -->
</div>
<!--.col -->
</div>
</div>