.am-hive-carousel .carousel-item img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  margin: 0;
}

.layer-effect {
  position: relative;
}

.layer-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
  z-index: 1;
}

.carousel-caption {
  z-index: 5;
}

.am-hive-carousel:not([id^="testimonials"]) .icon-placeholder {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50px, -50px);
}