.carousel-container {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
}

.carousel-container .carousel-main {
  height: 500px;
  width: 100%;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 12px;
}

.carousel-container .carousel-main .carousel-feature {
  position: absolute;
  top: -1000px;
  left: -1000px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  box-shadow: 0 0 37px -13px rgb(0 0 0);
}

.carousel-container .carousel-main .carousel-feature a {
  font-size: 18px;
}

.carousel-container .carousel-main .carousel-image {
  border: 0;
  display: block;
  width: 700px;
  height: 466px;
  border-radius: 10px;
}

.carousel-container .carousel-main .text-hover-image {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 10px;
  font-size: 1.2em;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  -webkit-line-clamp: 2;
  border-radius: 10px;
  background: linear-gradient(359deg, black, #00000000);
}

/*.carousel-container .carousel-main:before {
  content: "";
  width: 60px;
  height: 60px;
  border: 10px solid #ff657d;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 35px;
  position: absolute;
  top: -35px;
  left: 85px;
}
.carousel-container .carousel-main:after {
  content: "";
  width: 60px;
  height: 60px;
  border: 10px solid #ff657d;
  border-top: none;
  border-left: none;
  border-bottom-right-radius: 35px;
  position: absolute;
  bottom: 0;
  right: 90px;
}
 .carousel-container:after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background-color: #ff657d;
  border-radius: 100%;
  -webkit-filter: blur(100px);
  opacity: 0.8;
} */
.homcrousel-viewall {
  position: relative;
  z-index: 9;
}

.homcrousel-viewall a {
  background: #fff;
  border-radius: 30px;
  font-size: 1em;
  padding: 5px 25px;
  color: #B34444;
  border: 1px solid #fff;
}

.homcrousel-viewall a:hover {
  background-color: #00000000;
  color: #fff;
}

.craousel-control {
  text-align: center;
  margin-top: 20px;
  z-index: 9;
}

.craousel-control #carousel-left,
.craousel-control #carousel-right {
  padding: 10px;
  margin: 0 5px;
  background: #fff;
  color: #000;
  width: 45px;
  display: inline-block;
  border-radius: 100%;
  height: 45px;
  top: 45%;
  bottom: 0;
  position: absolute;
  z-index: 100;
}

.craousel-control #carousel-left:hover,
.craousel-control #carousel-right:hover {
  background: #771d1d;
  color: #fff;
}

button#carousel-left {
  left: 25%;
}

button#carousel-right {
  right: 25%;
}

.tracker-individual-container,
.tracker-summation-container {
  display: none !important;
}

.contrast .tracker-summation-container,
.contrast .tracker-individual-container {
  display: none !important;
}

@media (max-width: 992px) {

  .carousel-container .carousel-main:after,
  .carousel-container .carousel-main:before {
    display: none;
  }

  .carousel-container {
    width: 100%;
  }

  .carousel-container .carousel-main {
    height: 265px;
  }

  .carousel-container .carousel-main .carousel-image {
    width: 350px;
    height: 235px;
  }
}

@media (max-width:768px) {
  .carousel-container .carousel-main .carousel-image {
    width: 300px;
    height: 200px;
  }

  .carousel-container .carousel-main {
    height: 225px;
  }

  .craousel-control {
    display: block;
  }

  button#carousel-right {
    right: 0%;
  }

  button#carousel-left {
    left: 0%;
  }

  .carousel-container .carousel-main .text-hover-image {
    font-size: 10px;
    font-weight: 300;
  }
}