.library-name a {
    position: relative;
    margin-left: 180px;
}

.library-name a::before {
    content: '';
    background: url("../images/logo-icon.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    width: 256px;
    height: 144px;
    top: -62px;
    left: -180px;
}