.carousel {
  height: 100vh;
}

.carousel-inner {
  height: 100%;
}

.carousel-item {
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-image {
  position: relative;
}

.carousel-image-content {
  z-index: 2;
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;

  display: flex;
  flex-direction: column;
}

.carousel-bg {
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}

.carousel-washer {
  background-position: left;
}

.carousel-content-block {
  text-align: left;
}

.slide-content {
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  text-align: left;

  position: relative;
  left: -50%;
}

.carousel-button-container {
  margin-top: 100px;
  position: relative;
  left: -50%;
}

.controls {
  z-index: 50;
}

#showcase-overlay {
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0.7;
  z-index: 1;
}

/* * -------------------------------------------------------------------------- */
/* *                               MEDIA QUERIES                               */
/* * -------------------------------------------------------------------------- */

@media (max-width: 1324px) {
  .carousel-image-content {
    top: 40%;
  }

  .slide-content {
    font-size: 31px;
  }
}

@media (max-width: 990px) {
  .carousel-image-content {
    top: 30%;
  }
}

@media (max-width: 900px) {
  .carousel-button-container {
    margin-top: 50px;
  }
}

@media (max-width: 800px) {
  .slide-content {
    font-size: 24px;
  }

  .carousel-image-content {
    width: 50%;
    height: 50%;
  }

  .carousel-button-text {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .carousel-button-container {
    margin-top: 25px;
  }
}

@media (max-width: 550px) {
  .slide-content {
    text-align: center;
  }

  .carousel-image-content {
    width: 70%;
    top: 30%;
  }

  .venti-btn-text {
    font-size: 18px;
  }
}
