/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


/* Mask for slider wrapper so that the slider does not overlap the info container (container left) */
.testimonial-33__slider-wrapper {
  clip-path: inset(0 -100vw 0 0);
}

/* Removing the mask on tablet versions */
@media(max-width: 991px) {
  .testimonial-33__slider-wrapper {
    clip-path: none;
  }
}

 .testimonial-33__slider {
   .splide__track{
      overflow: visible;
    }
 }