.banner {
  width: 100%;
  position: relative;
}

.banner img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
