@import url('/css/homepage-preview.css?v=18');

/* SnapWidget renders two responsive rows on phones. The previous 540px
   minimum reserved far more space than those rows use, leaving a large blank
   area beneath the feed. Size the iframe to the feed's mobile aspect ratio. */
@media (max-width: 767px) {
    .home-instagram-feed {
        min-height: 0;
        height: auto;
    }

    .home-instagram-feed iframe {
        min-height: 0 !important;
        height: clamp(210px, 56vw, 430px) !important;
    }
}
