#banner_container {
  height: 240px;
  max-width: 1000px;
  position: relative;
}
#banner_image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 1000px;
}
#banner_text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 300px;
  top: 50px;
}
