.carousel-inner .item img,
.carousel-inner .item>a>img {
  width: 100%;
}

.carousel-inner a,
.carousel-inner a:hover {
  color: #fff;
  text-decoration: none;
}

.slide-foreground-wrapper {
  margin-top: -20%;

  right: 5%;
}

@media only screen and (min-width: 992px) {
  .slide-foreground-wrapper {
    position: absolute;
  }
}

.slide-foreground {
  display: block;
}

.slide-foreground .flag-text {
  display: block;
  padding: 0 30px;
  background: #000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

.slide-foreground .carousel-text-container {
  clear: both;
  display: block;
  padding: 30px;
  background: #444b4c;
  font-family: inherit;
}

.slide-foreground h2 {
  text-transform: none;
  font-size: 40px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/*# sourceMappingURL=titan-theme.css.map */