.fixed-sidebar {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    border: 1px solid rgba(0,0,0,.1);
    padding: 30px;
    background: #fff;
    margin-bottom: 20px;
}