.fixed {
    position: fixed;
    top: 0;
    left:auto;
    z-index:10000;
}
