/* Match carousel container width to Media Grid container (no full-bleed, no forced item widths) */
.services-first-carousel-copy,
.services-last-carousel-copy {
  width: 100%;
  max-width: 100%;
}

.services-first-carousel-copy .wpb_wrapper,
.services-last-carousel-copy .wpb_wrapper,
.services-first-carousel-copy .vc_images_carousel,
.services-last-carousel-copy .vc_images_carousel {
  width: 100%;
  max-width: 100%;
}

.services-first-carousel-copy .owl-carousel,
.services-last-carousel-copy .owl-carousel,
.services-first-carousel-copy .owl-stage-outer,
.services-last-carousel-copy .owl-stage-outer {
  width: 100%;
}