#carousel-t .carousel-item {
  transition: all 800ms ease-in-out;
}

#carousel-t .inner-wrapper {
  position: relative;
  background-color: rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 70px 20px 20px;
  z-index: 0;
  margin: 0 3px;
}

#carousel-t .image-wrapper {
  position: relative;
  z-index: 1;
}

#carousel-t .content-wrapper {
  position: relative;
  z-index: 1;
}

@media (min-width: 576px) {
  #carousel-t .content-wrapper {
    padding: 0 10px;
  }
}

#carousel-t .quote-wrapper-light {
  position: relative;
  opacity: .4;
}

@media (min-width: 576px) {
  #carousel-t .quote-wrapper-light {
    margin: 0 5px;
  }
}

#carousel-t .quote-left {
  position: absolute;
  top: 23px;
  left: -5px;
}

#carousel-t .quote-right {
  position: absolute;
  top: -123px;
  right: -5px;
}

#carousel-t .image {
  background: #0a42ff;
  margin-bottom: -56px;
  border-radius: 50%;
  border: solid 8px #ebdbcf;
}

#carousel-t p {
  font-size: 17px;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
}

@media (min-width: 992px) {
  #carousel-t p {
    font-size: 18px;
  }
}

#carousel-t .rating {
  display: inline-block;
  font-size: 15px;
  background-color: #ffffff;
  padding: 3px 8px 0px 8px;
  margin-bottom: 10px;
  border-radius: 20px;
}

#carousel-t .signature {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

#carousel-t .date {
  text-align: center;
  font-size: 14px;
  margin-bottom: 0px;
}

#carousel-t .carousel-indicators {
  position: relative;
  margin-top: 10px;
}

.carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  opacity: .3;
}

#carousel-t .carousel-control-next, .carousel-control-prev {
  width: 34px;
  height: 42px;
  top: 75px;
  border-radius: 10px;
}

@media (min-width: 576px) {
  #carousel-t .carousel-control-next, .carousel-control-prev {
    width: 50px;
    height: 50px;
    top: 75px;
    border-radius: 10px;
  }
}

#carousel-t .carousel-control-prev {
  background: #ededed;
  opacity: 1;
  transition: all .3s;
}

#carousel-t .carousel-control-next {
  background: #ededed;
  opacity: 1;
  transition: all .3s;
}

#carousel-t .carousel-control-prev:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  transition: all .3s;
}

#carousel-t .carousel-control-next:hover {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  transition: all .3s;
}

#carousel-t .carousel-control-prev {
  margin-left: 15px;
}

#carousel-t .carousel-control-next {
  margin-right: 15px;
}

#carousel-t .carousel-indicators .active {
  opacity: .5;
}

/* video styling */

.testimonial-video {
  width: 180px;
  height: 288px;
}

@media (min-width: 576px) {
  .testimonial-video {
    width: 300px;
    height: 480px;
  }
}

.play-notice-cont {
  color: white;
  text-shadow: 1px 1px 1px #000000;
  width: 180px;
  position: absolute;
  left: 50%;
  font-size: 36px;
}

@media (min-width: 576px) {
  .play-notice-cont {
    width: 300px;
  }
}

.play-notice {
  position: relative;
  left: -50%;
  margin-top: 3px;
  margin-left: 5px;
}

@media (min-width: 576px) {
  .play-notice {
    position: relative;
    left: -50%;
    margin-top: 10px;
    margin-left: 10px;
  }
}

.play-notice-text {
  font-size: 16px !important;
}

@media (min-width: 576px) {
  .play-notice-text {
    font-size: 20px !important;
  }
}

#player {
  outline: none !important;
}

