@media screen and (min-width: 1200px) {
.instagram-icon > a {
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
        text-indent: -9999px; /* Sakriva tekst */
        background-image: url('URL_DO_INSTAGRAM_IKONE'); /* Zamijenite sa stvarnim URL-om ikone */
        background-size: cover;
        background-repeat: no-repeat;
        width: 24px;
        height: 24px;
    }
}
