/* Cintra IT Instagram Feed — media portrait 3:4 (1080x1440) */
.eapps-instagram-feed-posts-item-image-wrapper {
    aspect-ratio: 3 / 4 !important;
    padding-top: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

.eapps-instagram-feed-posts-item-image,
.eapps-instagram-feed-posts-item-image-portrait .eapps-instagram-feed-posts-item-image,
.eapps-instagram-feed-posts-item-image-landscape .eapps-instagram-feed-posts-item-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

@supports not (aspect-ratio: 3 / 4) {
    .eapps-instagram-feed-posts-item-image-wrapper {
        height: 0 !important;
        padding-top: 133.333333% !important;
    }
}

/* Loading stability: keep the 3:4 slot reserved while Instagram media downloads. */
.eapps-instagram-feed-posts-item-image-wrapper {
    background: #f3f4f6 !important;
}

.eapps-instagram-feed-posts-item-image-wrapper > img.eapps-instagram-feed-posts-item-image {
    display: block !important;
}

/* The legacy template creates an empty video element beside every image.
   Hide it only while it has no media source, so it cannot cover an image. */
.eapps-instagram-feed-posts-item-image-wrapper > video.eapps-instagram-feed-posts-item-image[src=""],
.eapps-instagram-feed-posts-item-image-wrapper > video.eapps-instagram-feed-posts-item-image:not([src]) {
    display: none !important;
}
