/*
 * IFB Eigene Bilder V2
 */

.ifb-own-photo-v2 {
    display: block;
    object-fit: cover !important;
    object-position: center !important;
    filter: none !important;
}

/* Das authentische Unterrichtsfoto im Startseiten-Hero bleibt ruhig und klar. */
.ifb-v5-image-frame > .ifb-own-photo-v2 {
    object-position: 50% 50% !important;
}

/* Gruppenbild im Vertrauens-/Über-uns-Bereich. */
.ifb-v5-about__media > .ifb-own-photo-v2 {
    object-position: 50% 50% !important;
}

/* Kursseiten nutzen bereits einen passenden festen Bildrahmen. */
.ifb-course-hero__media > .ifb-own-photo-v2 {
    width: 100% !important;
    height: 100% !important;
}

/* Keine unnötige Zoom-Animation auf echten Personenfotos. */
.ifb-own-photo-v2 {
    transform: none !important;
    transition: none !important;
}

@media (max-width: 700px) {
    .ifb-own-photo-v2 {
        object-position: 50% 50% !important;
    }
}
