.elementor-2008 .elementor-element.elementor-element-2cb75b8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2008 .elementor-element.elementor-element-ae95d75{--e-image-carousel-slides-to-show:3;}.elementor-2008 .elementor-element.elementor-element-ae95d75 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:0px 0px 0px 0px;}/* Start custom CSS for image-carousel, class: .elementor-element-ae95d75 *//* All Devices - Square Images */
.elementor-image-carousel img {
  width: 100%;
  aspect-ratio: 1 / 1;   /* Makes height = width */
  object-fit: cover;
  display: block;
}

/* Tablet */
@media (max-width: 1024px) {
  .elementor-image-carousel img {
    aspect-ratio: 1 / 1;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .elementor-image-carousel img {
    aspect-ratio: 1 / 1;
  }
}/* End custom CSS */