.banner img {
  min-width: 100%;
  max-width: 100%;
}
.banner-withText {
  position: relative !important;
}
.banner-withText .text {
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 20px;
  background-color: black;
  color: white;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
}
.banner-fullPage img {
  margin-bottom: 20px;
}
