.stickyDetail {
    position:-webkit-sticky;
    position:sticky;
    top:7em;
}