.product-reviews-carousel-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 auto;
}

div[id^="reviewsio-carousel-"] {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  div[id^="reviewsio-carousel-"] {
    --header-width: 100% !important;
    --header-order: 0 !important;
    --item-maximum-columns: 1 !important;
  }
}
