I'm facing an issue with the header code. The image is not centered properly when I switch between different sizes. Is there a way to ensure that the image is centered in all size views?
<div class="jumbotron">
<img src="images/header.jpg" alt="Banner" class="img-responsive">
</div>