.shelf-inline-img {
    display: inline-block;
    width: auto;
    height: 1em;
    margin-left: 5px;
}

#api-reference > h1 {
    position: relative;
}

#api-reference > h1:after {
    content: '';
    background: url('../_static/logos/bibliotekar.svg') no-repeat center center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;

    display: inline-block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    right: 2rem;
    bottom: -21px;
}
