.banner-trustpilot {
  display: flex;
  justify-content: center;
  border-style: none;
}
.trustpilot-widget {
  display: flex;
  width: 100%;
}
.trustpilot-widget.type-starter,
.trustpilot-widget.type-flex {
  display: inline-block;
  position: relative;
}
.trustpilot-widget.type-starter.allowAnalyticsTracking,
.trustpilot-widget.type-flex.allowAnalyticsTracking {
  pointer-events: none;
}
.overlay-for-carousel,
.overlay-for-slider {
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: auto;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .overlay-for-carousel,
  .overlay-for-slider {
    width: 70%;
  }
}
.overlay-for-slider {
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-for-slider {
    width: 83%;
  }
}
.overlay-for-carousel {
  left: 59%;
  width: 75%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .overlay-for-carousel {
    left: 64%;
    width: 61%;
  }
}
