/*
	Gallery carousel with preview block styles
*/
.gallerySlider {
  position: relative;
}

.gallerySlider .galleryPreview {
  width: 100%;
  height: auto;
}

.gallerySlider .galleryPreview a {
  display: block;
  background-position: center;
  background-size: cover;
}

.gallerySlider .galleryPreview a img {
  border-radius: 5px;
}

.gallerySlider .gallery-thumb {
  padding: 10px 0px 0px;
}

.gallerySlider .gallery-thumb a {
  padding-bottom: 75%;
  display: block;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
}

.gallerySlider .gallery-nav {
  padding-top: 14px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 3px;
}

.gallerySlider .gallery-nav ul:after {
  content: "";
  clear: both;
  display: table;
}

.gallerySlider .gallery-nav ul {
  margin-bottom: 0px;
}
/*# sourceMappingURL=gallery-carousel-preview.css.map */
