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

.library-name a::before {
    content: '';
    background: url("../images/TT_Logo.png") center no-repeat;
    background-size: contain;
    position: absolute;
    width: 170px;
    height: 150px;
    top: -67px;
    left: -180px;
}