I have a rotating banner as per the code below. For now it only has one image:
<section id="main-slider" class="no-margin">
<div class="carousel slide">
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/bg1.png)">
<div class="container">
<div class="row slide-margin">
<div class="col-sm-5 pull-right">
<div class="carousel-content" style="text-align: center">
<h2 class="animation animated-item-1"><span style="color: #FFE805">Aqui</span> <br><span>é o título</span></h2>
<div align="center">
<h3 class="animation animated-item-1"><span style="color: #FFE805">Aqui subtítulo</span></h3>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
But in the mobile versions, the image of the banner is very large. How could I do that inside the CSS I include this image in desktop access and in mobile mode another image appears? I'm using Bootstrap 3.