#banner-carousel {
  background: #000;
}
#banner-carousel .carousel-indicators li {
  border-radius: 0;
  margin: 0;
  border-radius: 12px;
  width: 12px;
  height: 12px;
}
#banner-carousel .carousel-inner {
  height: 545px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1469px) {
  #banner-carousel .carousel-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  #banner-carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (max-width: 414px) {
  #banner-carousel .carousel-inner {
    height: 250px;
  }
}
#banner-carousel .carousel-inner .item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
}
#banner-carousel .carousel-inner .carousel-caption-container {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
#banner-carousel .carousel-inner .carousel-caption-container .caption {
  line-height: 1.2;
  white-space: pre-line;
  color: white;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 6px 7px 8px #191919;
}
@media only screen and (max-width: 575px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 414px) {
  #banner-carousel .carousel-inner .carousel-caption-container .caption {
    font-size: 1.8em;
  }
}
.childpage-banner {
  position: relative;
  top: 0;
}
.childpage-banner #banner-carousel .carousel-inner {
  height: 340px;
}
@media only screen and (max-width: 1024px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 300px;
  }
}
@media only screen and (max-width: 667px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 250px;
  }
}
@media only screen and (max-width: 375px) {
  .childpage-banner #banner-carousel .carousel-inner {
    height: 150px;
  }
}
.childpage-banner #banner-carousel .carousel-inner .common-banner-title {
  line-height: 1.2;
}
.childpage-banner .childpage-title {
  text-align: center;
  font-size: 42px;
  color: #bf343f;
  margin: 50px auto;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .childpage-banner {
    top: -22px;
  }
}
