#tdcwn-stick {
    width: 100%;
}

#content {
    height: 2000px; /* Ensuring there is enough content to scroll */
}

.tdcwn-sticky {
    position: fixed !important;
    top: 0 !important;
    /*left: 50%;*/
    /*transform: translateX(-50%) !important;*/
}