/*------------------------------------------------------------------
[IMAGE_CAROUSEL.CSS - Image carousel shortcode static styles]
[Table of contents]

1. Shared styles
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	1. Shared styles
-------------------------------------------------------------------*/
.shortcode-images-carousel {
  margin-bottom: 34px;
}
.shortcode-images-carousel .swiper-pagination {
  text-align: center;
  right: 0;
  left: 0;
  margin-top: 25px;
}
.shortcode-images-carousel figure {
  margin-bottom: 0;
}
.shortcode-images-carousel figure img {
  margin: 0 auto;
  display: block;
}
