#yotpo-reviews-carousel-widget {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#yotpo-reviews-carousel-widget::before,
#yotpo-reviews-carousel-widget::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px; 
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.glide__arrow--right {
  z-index: 10 !important;
}

#yotpo-reviews-carousel-widget::before {
  left: 0;
  background: linear-gradient(to right, rgba(240,236,230,1), rgba(240,236,230,0));
}

#yotpo-reviews-carousel-widget::after {
  right: 0;
  background: linear-gradient(to left, rgba(240,236,230,1), rgba(240,236,230,0));
}

@media (max-width: 900px) {
  #yotpo-reviews-carousel-widget::before,
  #yotpo-reviews-carousel-widget::after {
      width: 80px; 
  }
  .glide__arrows{
  	display: block !important;
  }
  .glide__arrow--left{
  	left: -16px !important;
  }
  .glide__arrow--right {
    right: -16px !important;
  }
  #yotpo-reviews-carousel-widget{
  	overflow: visible !important;
  }
}