/* Elementor Pro gallery layout when divs become img */
.elementor-widget-gallery .e-gallery-item .sginsiders-seo-gallery-img,
.elementor-widget-gallery .e-gallery-image.sginsiders-seo-gallery-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Carousel slides */
.elementor-widget-image-carousel .sginsiders-seo-gallery-img {
  display: block;
  width: 100%;
  height: auto;
}
