.fb54 .elementor-flip-box{
    aspect-ratio: 520/408;
    height: auto;
    width: 100%;
    
}

.fb63 .elementor-flip-box   {
    aspect-ratio:669 / 380;
    
}

/* Zielt auf die Layer ab, die das Bild trägt */
.leistungenGrid .elementor-flip-box__layer__overlay {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    
    /* Falls die Box durch das Aspect-Ratio-Problem abgeschnitten wird: */
    height: 100% !important;
    width: 100% !important;
}

@media screen and (max-width:1200px) {
  .leistungenGrid .elementor-flip-box {
  aspect-ratio: 4 / 3!important;
  }}

