.elementor-588 .elementor-element.elementor-element-bb93206{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a3e527d *//* Force image to fully cover */
  section.relative img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
  }
}

.image-container {
  position: relative !important;
  overflow: hidden !important;
  aspect-ratio: 4 / 3 !important;
}

.image-container img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: translate(-50%, -50%) !important;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    max-width: 100%;
}/* End custom CSS */