/* STOP LEFT COLUMN ON PROJECT PAGES FROM FLOATING WHEN USER SCROLLS */
.js-fixed-aside {
    transform: translateY(0px) !important;
}

