/* Center only the targeted carousel, without heavy overrides */
.mcc-target .wd-carousel-wrap.mccl-center .wd-carousel{
  margin-left:auto;
  margin-right:auto;
}
.mcc-target .wd-carousel-wrap.mccl-center .wd-carousel .wd-carousel-item{
  /* Let slides keep their natural width, just prevent excessive stretch */
  flex: 0 0 auto !important;
}
/* When centered, make wrapper max-width fit the slides */
.mcc-target .wd-carousel-wrap.mccl-center{
  max-width: 1200px;
  margin-left:auto;
  margin-right:auto;
}
