#navigator-panel-fixed {
    background: rgba(220, 214, 214, .9);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px;
    z-index: 1000000;
}

#navigator-panel-fixed .navigator-panel {
    z-index: 999999999;
}

#navigator-panel-fixed .slick-dots {
    position: relative;
    bottom: auto;
}
