.instagram-feed .instagram-feed__wrapper img {
    position: static;
    aspect-ratio: 1 / 1;
}

/*.sbi-screenreader {
    display: block !important;
    height: 0 !important;
    line-height: 0 !important;
    overflow: hidden;
    text-align: left !important;
    text-indent: -9999px !important;
    width: 0 !important;
}*/

@media (min-width: 1440px) {
    body .instagram-feed__col--left {
        width: calc(100% / 3);
    }
    body .instagram-feed__group-first {
        display: none;
    }
    body .instagram-feed__group-second {
        display: block;
    }
    body .instagram-feed__col--middle {
        display: block;
    }
    body .instagram-feed__col--right {
        width: calc(100% / 3);
    }
    body .instagram-feed__col-4 {
        margin-bottom: 38px;
    }
}