/* image-gallery-style.scss */
.image-gallery-slider {
  margin: 2rem 3rem;
  width: 100% !important;
  
}


.image-gallery-slider .flickity-button {
  background: rgba(0,0,0,0.0);
  color:white;
  width:80px;
  height:80px;

}

.image-gallery-slider  .flickity-prev-next-button .flickity-button-icon {
top: 15px;
}

.image-gallery-slider .flickity-page-dots {
  margin: 0;
  bottom:20px;
}

.image-gallery-slider .carousel {
  padding: 1rem 0 3rem;
}

.image-gallery-slider .carousel-cell {

  display: block;
  position: relative;
  width: auto;
  text-align: center;
  height:590px;
  margin:0.5rem 0.25rem;
}
.image-gallery-slider .carousel-cell figure {
  margin:0;
  padding: 0;
  height:100%;
  
  max-width: unset; 
  text-align: center;
  display: inline-block;
  
}
.image-gallery-slider .carousel-cell figure img {
   height: 100%;
   width: auto !important;
   max-width: unset;
}