.client-logo-box img {
	object-fit: contain;
	width: 200px;
	border-radius: 25px;
	padding: 15px;
	margin: 0 20px;
}

.slider-div {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}


.slider-div > .slider-img-absolute1 {
	width: 200px;
  border-radius: 27px;
  padding: 0;
	margin: 0 20px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

}

.resonance-screen img {
	bottom: -1030px;
	left:0;
  }
.tekyz-screen img {
bottom: -340px;
left:0;
}

.kvr-screen img {
	bottom: -1400px;
	left:0;
  }
  .super-screen img {
	bottom: -847px;
	left:0;
  }
  .sarvan-screen img {
	bottom: -1042px;
	left:0;
  }

  .dolphin-screen img{
	bottom: -983px;
	left:0;
  }
  .edmuim-screen img{
	bottom: -280px;
	left:0;
  }
  .hf-screen img{
	bottom: -2160px;
	left:0;
  }
  .Utltra_Washtex-screen img{
	bottom: -415px;
	left:0;
  }
  .VS_Broucher-screen img{
	bottom: -3850px;
	left:0;
  }
  

  .kvr-screen,.super-screen,.sarvan-screen, .dolphin-screen , .edmuim-screen, .hf-screen, .Utltra_Washtex-screen, .VS_Broucher-screen, .tekyz-screen, .resonance-screen{
	display: block;
	width: 300px;
	height: 350px;
	overflow: hidden;
	position: relative;
	border: 2px solid #b3b3b3;
	border-radius: 1px;
	margin: 0 auto;
  }
  .kvr-screen img, .super-screen img, .sarvan-screen img, .dolphin-screen img, .edmuim-screen img, .hf-screen img, .Utltra_Washtex-screen img, .VS_Broucher-screen img, .tekyz-screen img, .resonance-screen img{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: bottom 5s;
	-moz-transition: bottom 5s;
	-ms-transition: bottom 5s;
	-o-transition: bottom 5s;
	transition: bottom 5s;
  }
  .kvr-screen:hover img, .super-screen:hover img, .sarvan-screen:hover img, .dolphin-screen:hover img, .edmuim-screen:hover img, .hf-screen:hover img, .Utltra_Washtex-screen:hover img, .VS_Broucher-screen:hover img, .tekyz-screen:hover img, .resonance-screen:hover img{
	bottom: 0;
	-webkit-transition: all 5s;
	-moz-transition: all 5s;
	-ms-transition: all 5s;
	-o-transition: all 5s;
	transition: all 5s;
  }

.testimonial-slider-container {
margin: 50px auto;
overflow: hidden;
}

.testimonial-slider iframe {
width: 100%;
height: 180px; /* ~600px/3 minus margins */
border: none;
}


@media screen and (max-width: 1100px) {
	.slider-div > .slider-img-absolute1 {
	width: 180px;
}
}
@media screen and (max-width: 767px) {
	.slider-div{
	display: flex;
	justify-content: center;
	}
	.ori-banner-sponsor-content-4 p{
		font-size: 29px;
	}
	.testimonial-slider-container{
		width: 300px !important;
	}

}
