.testimonials-slider .swiper { width: 100%; height: 100%; }
.testimonial-slide{width: 100%; height: 100%; min-width:100%}
.block-testimonial-slide {background-color: white;border-radius: 10px;display: flex;align-items: center;width: 100%;padding: 40px; margin-bottom: 1em; margin-top:1em; border: 1px solid #edeeef;  flex-direction: row;flex-wrap: wrap;}
.block-testimonial-slide__images .inner{position: relative;top: 0px;left:0; right:0; transform: none; }
.block-testimonial-slide__images {display:flex; flex-direction: column; flex-basis: 100%;flex: 1; max-width: 30%; position: relative}
.block-testimonial-slide .primary {width: 150px;border-radius: 50%; border:1px solid #edeeef; }
.block-testimonial-slide .secondary {border-radius: 50%;position: absolute;border: 1px solid #edeeef;max-width: 80px;bottom: -20px;left:40%}
.block-testimonial-slide__copy {display:flex; flex-direction: column; flex-basis: 100%;flex: 1; max-width: 70%; text-align: center; font-style: italic;}
.block-testimonial-slide .citation {border-top: 1px solid #edeeef; }
.testimonials-slider .swiper-pagination-bullets{  margin: 0 auto;left: 0; right: 0; bottom:0}
.testimonials-slider .swiper-pagination-bullet{width:10px; height: 10px; margin-left: 3px; margin-right: 3px}

.block-testimonial-slide { padding: 40px;margin-top: 0;}
.block-testimonial-slide__images{margin-right: 80px;}
.block-testimonial-slide .primary{ width: 200px;}
.block-testimonial-slide .secondary { max-width: 100px;}

  
  
@media screen and (max-width:900px) { 
	.testimonials-slider{margin-bottom: 3vh}
 	.block-testimonial-slide__images{max-width: inherit; min-width: 100%; width:100%; margin-bottom: 2.5em}
 	.block-testimonial-slide__copy{max-width: inherit; min-width: 100%; width:100%; padding: 0 1em}
	.testimonials-slider .arrows-container{padding:0 }
	.block-testimonial-slide__images .inner{  position: relative; top: 0px; left: 0; right:0; margin:0 auto; transform: none; }
	.block-testimonial-slide { padding: 1em 0;margin-top: 1em; margin-bottom: 1em}
	.block-testimonial-slide .secondary{left:50%;}
	.testimonials-slider .swiper-pagination-bullets{bottom:-1em}
 } 