.networks {
    margin-top: calc(var(--default-spacing) / 2);
    display: flex;
    justify-content: right;
}
.network {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0 !important;
}
.facebook {
    background: url('../img/facebook.svg') no-repeat;
    background-size: 100%;
}
.instagram {
    background: url('../img/instagram.svg') no-repeat;
    background-size: 100%;
}
.youtube {
    background: url('../img/youtube.svg') no-repeat;
    background-size: 100%;
}
.linkedin {
    background: url('../img/linkedin.svg') no-repeat;
    background-size: 100%;
}
#menu .networks li {
    margin-left: 10px;
}
@media only screen and (min-width: 768px) {
    .networks {
        margin-top: 0;
        height: 45px;
    }
   
}