.summary-team-player {
    .entity-instagram {
        float: left;
        width: 150px;
        background-color: #c9c8ff;
        background-image: url("../images/instagram.png");
        background-repeat: no-repeat;
        background-size: 74%;
        padding: 0px;
        height: 38px;
        background-position: center;

        .field--type-link  {
            height: 100%;
            overflow: hidden;

            a {
                width: 100%;
                display: block;
                color: transparent;
            }
        }
    }
}