.bannerImg {
  margin: 0 auto;
  width:500px;
}

@media only screen and (max-width: 500px) {
  .bannerImg {
    width:100%;
  }
}