

.instagram {
    margin: 0.5rem auto;
    height: 1.25rem;
    width: 1.875rem;
    overflow: hidden;
    text-indent: 100%;
    background-image: url(../images/icon--instagram.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (min-width: 64em) {
    .instagram {
        margin-top: 0;
        margin-bottom: -0.55rem !important;
        margin-left: auto;
        margin-right: 0;
        height: 1.875rem;
        width: 2.8125rem;
        
    }
}