.carousel {
  background-color: black;
}

.carousel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 117px;
}

.carousel-content {
  color: #83796F;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 55%;
  position: relative;
}

.carousel-content .carousel-text {
  background: transparent url("../images/bgslidertxt.svg") right center no-repeat;
  padding: 15% 12% 12%;
  width: 100%;
  background-size: 100%;
  background-size: 45vw;
}

.carousel-content .carousel-text h2 {
  color: #83796F;
  font-size: 2.3rem;
  font-size: 1.6vw;
  font-weight: bold;
}

.carousel-content .carousel-text p {
  color: #83796F;
  font-size: 1.5rem;
  font-size: 1vw;
}

.carousel-content .carousel-text hr {
  border-color: #83796F;
}

.carousel-content .carousel-text a {
  font-size: 20px;
  text-align: center;
  text-transform: inherit;
  width: 100%;
}

@media only screen and (min-width: 1900px) and (max-width: 2399px) {
  .carousel-content {
    margin-left: 65%;
  }
  .carousel-content .carousel-text {
    background-size: 35vw;
  }
  .carousel-content .carousel-text h2 {
    font-size: 1.2vw;
  }
  .carousel-content .carousel-text p {
    font-size: .8vw;
  }
}

@media only screen and (min-width: 2400px) {
  .carousel-content {
    margin-left: 75%;
  }
  .carousel-content .carousel-text {
    background-size: 25vw;
  }
  .carousel-content .carousel-text h2 {
    font-size: 1vw;
  }
  .carousel-content .carousel-text p {
    font-size: .6vw;
  }
}

@media only screen and (max-width: 1023px) {
  .carousel-content {
    margin-left: 50%;
  }
  .carousel-content .carousel-text {
    background-size: 50vw;
    padding-top: 18%;
  }
}
/*# sourceMappingURL=slider.css.map */