I want to expand my image so that it moves out of the container, in this case the container (blue color) the image will expand it to the color memory (red). How could I do it with bootstrap?
<div class="row mb-5">
<div class="col-lg-6 pt-5">
<h1 class="text-white">Integrate a esta plataforma medica para ginecología.</h1>
<p class="lead">Una aplicación web que te ayudara a organizar tus expedientes médicos para tener acceso en cualquier parte del mundo.</p>
<a style="float:none; display: inline-block" href="./" target="_blank" rel="noopener" class="button button--danger button--large">PROBAR GRATIS AHORA</a>
</div>
<div class="col-lg-6">
<img src="./[email protected]" class="img-responsive">
</div>