I have a container, which has a block divided in half. On the left side I need to make the image leave the container. It would be this model:
Withthisstructure:
<div class="blog_section">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-6 col-md-6">
<img src="images/exames/imagem/exame.jpg" class="img-responsive">
</div>
<div class="col-xs-12 col-sm-6 col-md-6">
<div class="abt_txt abt_txt_resp texto_exame med_toppadder50">Texto ....></div>
</div>
</div>
</div>
</div>