.sidebar .sidebar-scrollbox::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background: url("../images/logo.png") no-repeat center / 100% 100%;
    flex-shrink: 0;
}