.banner {
  width: 100%;
  min-width: 1280px;
  position: relative;
  text-align: center;
}
.banner .background {
  width: 100%;
  max-height: calc(100vh - 100px);
}
.banner .center-wrapper {
  position: absolute;
  top: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.banner .banner-title {
  padding-left: 100px;
  font-size: 40px;
  font-weight: bold;
}
.banner .banner-subtitle {
  padding-left: 100px;
  font-size: 30px;
}

/*# sourceMappingURL=banner.css.map */
