.elementor-116 .elementor-element.elementor-element-77481b6{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-116 .elementor-element.elementor-element-26e01c0{text-align:center;}.elementor-116 .elementor-element.elementor-element-26e01c0 img{width:100%;border-radius:16px 16px 16px 16px;box-shadow:0px 14px 20px -12px rgba(0, 0, 0, 0.35);}/* Start custom CSS for image, class: .elementor-element-26e01c0 *//* Force 16:9 ratio for listing images */
.ratio-16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Make image fill the ratio box */
.ratio-16-9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 767px) {
  .ratio-16-9 {
    aspect-ratio: 4 / 3 !important;
  }
}/* End custom CSS */