.carousel-item-prev{
  display:flex!important;
}
.carousel-inner>.carousel-item-next, .carousel-inner>.carousel-item.active, .carousel-item-prev{
  justify-content: space-between;
}

.carousel-item > div:first-child,.carousel-item > div:nth-child(3) {
  width:13%;
  overflow:hidden;
}
.carousel-item > div:first-child .carousel-caption,.carousel-item > div:nth-child(3) .carousel-caption div{
  display:none!important;
}
.carousel-item > div:nth-child(2) {
  width: 800px;
}
.carousel-caption{
  bottom:0;
  padding: 0!important;
  color: #FFF;
  background-color: #000;
  margin: auto;
  width: fit-content;
}

.carousel-caption div{
  color: #fff!important;
  padding: 10px;
  font-size: 28px;
  line-height: 40px;
  margin: 0;
  font-family: UniversForSchueco,sans-serif;
}
.carousl,
.carousel-innr,
.carousel-inner > .carousel-item {
  overflow: hidden;
}
.carousel-inner > .carousel-item.active,
.carousel-inner > .carousel-item-next {
  display: flex;
  flex-wrap: nowrap;
}
.carousel-inner:before {
  position:absolute;
  top:0;
  bottom: 0;
  right: 85%;
  left: 0;
  content:"";
  display:block;
  background-color: #fff;
  z-index: 2;
  opacity: .5;
}
.carousel-inner:after {
  position:absolute;
  top:0;
  bottom:0;
  right: 0;
  left: 85%;
  content:"";
  display:block;
  background-color:#fff;
  z-index: 2;
  opacity: .5;
}

.carousel-control-prev {
  z-index: 2000;
}

.carousel-control-next {
  z-index: 2000;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}