.sidebar-scrollbox::before {
    content: "";
    width: 100%;
    height: 200px;
    display: inline-block;
    background-image: url("/images/iamb.png");
    background-size: 200px 200px;
    background-repeat: no-repeat;
    background-position: center;
}
