.left-image-logo-carousel-outer {
  box-shadow: 0px 4px 16px rgb(0 0 0 / 8%);
}
.image-logo-carousel-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.left-image-inner {
  display: flex;
  position: relative;
  top: -46px;
  background: #c4c4c4;
  height: 306px;
  background-position: center center;
  background-size: cover;
}
.enable-image .left-image {
  width: 100%;
  padding-right: 50px;
  max-width: 330px;
  position: relative;
  z-index: 3;
}
.enable-image .right-logo-carousel{
  width: calc(100% - 330px);
  padding: 92px 0 92px 0px;
  position: relative;
}
.right-logo-carousel{
  width:100%;
  padding: 92px 0 92px 0px;
  position: relative;
}
.right-logo-carousel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%; 
  width: 2500px;
  background: #fff;
  z-index: 2;
}
.right-logo-carousel-inner h2 {
  margin: 0 0 46px;
}
.image-logo-carousel-inner .bottom-cta {
  text-align: right;
  margin: 46px 0 0;
}
.left-image-logo-carousel-outer .promo-carousel{
  overflow: visible;
}
.promo-carousel {
  padding-bottom: 0;
  overflow: hidden;
}
.promo-carousel .item-wrap {
  transform: translateX(0px);
  width: 600%;
  position: relative;
  white-space: nowrap;
  display: flex;
}

.promo-carousel .item {
  display: flex;
  padding: 0px 50px 0px 0px;
  justify-content: center;
  align-items: center; 
}
.slider-wrapper .item.box img {
  filter: grayscale(1) invert(1) brightness(0);
  opacity: .4;
  height: auto;
  /* transition: all .3s ease-in-out; */
}
.slider-wrapper .item.box:hover img {
  filter: unset;
  opacity: 1;

}
.slider-wrapper .item.box img:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: green;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.slider-wrapper .item.box:hover img:before{
  transform: scale(2.1);
  box-shadow: 0 0 15px red;
}
.promo-carousel .item a {
  text-decoration: none;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  height: 100%;
  padding: 10px 0; 
}
.promo-carousel .item.active {
  background: #C0392B; }
.item.active a {
  color: #fff; 
}
/*  En bransch 6st page style  */
.en-bransch .promo-carousel .item {
  padding: 0px 80px 0px 0px;
  max-width: 175px;
}
.en-bransch .right-logo-carousel {
  padding: 80px 0 80px 0px;
}
.en-bransch {
  box-shadow: 0px 8px 16px rgb(0 0 0 / 8%);
}
.en-bransch .slider-wrapper .item.box img {
  filter: grayscale(1) invert(0) brightness(1);
  opacity: 1;
}
.en-bransch .slider-wrapper .item.box img:hover {
  filter: unset;
}

@media screen and (max-width: 991px) {
  .right-logo-carousel {
    padding: 60px 0 60px 0px;
  }
  .en-bransch .right-logo-carousel {
    padding: 60px 0 60px 0px;
  }  
}
@media screen and (max-width: 767px) {
  .left-image {
    display: none;
  }  
  .enable-image .right-logo-carousel {
    width: 100%;
    padding: 45px 0 45px 0px;
  }  
  .right-logo-carousel {
    padding: 41px 0 50px 0px;
  }
  .en-bransch .right-logo-carousel {
    padding: 45px 0 50px 0px;
  }    
}

@media screen and (max-width:599px) {
  .left-image-logo-carousel-outer .promo-carousel {
    display: none;
  }
  .mobile-images.logo-slider{
    display:flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  } 
  .slider-wrapper .item.box img {
    opacity: .5;
    max-width: 130px;
  }
  .mobile-images.logo-slider .item.box {
    margin-right: 0;
   }  
  .left-image-logo-carousel-outer .right-logo-carousel h2 {
    text-align: left !important;
    margin: 0 0 30px;
  }
  .mobile-images.logo-slider .item.box {
   width: 33.33%;
    text-align: center;
    padding: 20px;
  }  
}

@media screen and (max-width:480px) {
 .mobile-images.logo-slider .item.box {
    max-width: 100%;
    width: calc(50% - 10px);
    margin-right: 0px;
     padding:15px 10px;
    )
  }
