.banner {
  position: relative;
}
.banner img {
  top: 0;
  right: 0;
  object-fit: cover;
  max-height: unset !important;
}
.banner .title {
  position: absolute;
  transform: translateX(50%);
  z-index: 2;
  top: 0;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
.banner .summary {
  font-size: 14px !important;
}
.banner .content-title {
  font-size: 28px;
}

@media (max-width: 768px) {
  .banner img {
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner .red-rectangle {
    background-color: transparent;
  }
}
@media (min-width: 1600px) {
  .banner .title h2 {
    font-size: 36px;
  }
  .banner .summary {
    font-size: 17px !important;
  }
}
@media (min-width: 1900px) {
  .banner .title h2 {
    font-size: 44px;
  }
  .banner .summary {
    font-size: 20px !important;
  }
}/*# sourceMappingURL=banner-menu.css.map */