/* make the carousel itself a block with auto margins */
.carousel-center,
.carousel-center .vc_images_carousel {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  width: auto; /* keep natural width */
}