.ba-slider {
  position: relative;
  overflow: hidden;
  z-index: 22;
  /* height: 250px; */
  padding: 0;
  margin-left: 100px;
  width: 45%;
  margin-bottom: 85px;
}
.ba-slider:first-child {
    margin-left: 0;
}
.ba-slider:after {transition:0.5s ease all;content:"";position:absolute;width: 100%;height: 100%;z-index: 1;top: 0;left: 0;}
.ba-slider img {
 display: block;
 min-height: 100%;
 width: 100%;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  overflow: hidden;
  transition: 0.5s ease width;
  z-index: 99;
  height: auto;
}
.resize:after {content:"";background: rgba(0, 0, 0, 0.41);position:absolute;width: 100%;height: 100%;z-index: 1;top: 0;left: 0;transition: 0.5s ease all;}
.resize:hover:after{/* background: rgba(0, 0, 0, 0.2); */} 
.ba-slider:hover:after{/* background: rgba(0, 0, 0, 0.41); */} 
.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  cursor: ew-resize;
  z-index: 99999;
  transition: 0.5s ease all;
  background: rgba(255, 255, 255, 1);
  height: 315px;
}
.handle:after {
  position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  content:'';
  background: #fff;
  text-align: center;
  background: #fff url(/Files/App_002/Images/arrow-slider.png) center no-repeat;
  transition: 0.5s ease all;
  left: -30px;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
.draggable:after {
position: absolute;
  top: 40%;
  width: 60px;
  height: 60px;
  content:'';
  background: #fff;
  text-align: center;
  background: #fff url(/Files/App_002/Images/arrow-slider.png) center no-repeat;
  transition: 0.5s ease all;
  left: -30px;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.captioncollection {
    position: absolute;
    height: 100%;
    bottom: 20px;
    z-index: 22;
    width: 50vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    color: #fff;
}
.captioncollection.left{left: 30px;}
.captioncollection.right{right: 30px;z-index: 11;justify-content: flex-end;bottom: 60px;}
.namepromo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 115px;
    font-size: 70px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    z-index: 999;
}
.boxtemoignage {
    position: relative;
    padding-top: 60px;
    width: 65%;
    margin: 0 auto;
    overflow: hidden;
}
.imgtemoignage {
    position: relative;
    height: 315px;
    overflow: hidden;
}
.imgtemoignage:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.flextemoignage {
    display: inline-flex;
    flex-wrap: wrap;
}
.titletemoignage {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    display: block;
    width: 100%;
    font-family: 'Montserrat';
}
.name-temoinage {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 20px;
    width: 100%;
    font-family: 'Montserrat';
    display: block;
    text-align: center;
}
@media screen and (max-width: 1440px) {
.ba-slider {
    margin-left: 90px;
}
}
@media screen and (max-width: 1366px) {
.ba-slider {
    margin-left: 75px;
}
}
@media screen and (max-width: 1280px) {
.boxtemoignage {
    width: 85%;
}
}
@media screen and (max-width: 1280px) {
.boxtemoignage {
    width: 95%;
}
}
@media screen and (max-width: 991px) {
.boxtemoignage {
    width: 100%;
    padding: 60px 30px 0;
}
.ba-slider {
    margin-left: 92px;
}
}
@media screen and (max-width: 800px) {
.ba-slider {
    margin-left: 70px;
}
}
@media screen and (max-width: 767px) {
.boxtemoignage {
    padding: 60px 15px 0;
    margin-bottom: 36px;
}
.ba-slider {
    margin-left: 0px;
    width: 100%;
   margin-bottom: 30px;
}
}
@media screen and (max-width: 400px) {
.captioncollection.right {
    bottom: 85px;
}
}