@media (max-width: 767px) {
    #mainContainer {
        overflow-x: visible;
    }

    #bs-example-navbar-collapse-2 {
        clear: both;
        overflow: visible !important;
    }

    #bs-example-navbar-collapse-2.collapse.in,
    #bs-example-navbar-collapse-2.collapsing {
        display: block !important;
        height: auto !important;
        transition: none;
    }

    #search_result_container {
        clear: both;
    }

    #bs-example-navbar-collapse-2 .navbar-nav {
        list-style: none;
        padding-left: 0;
    }

    #bs-example-navbar-collapse-2 li a.search_within {
        box-sizing: border-box;
        float: none !important;
        margin-left: 0;
        min-height: 0;
        padding: 3px 0 3px 24px !important;
        position: static;
        text-indent: 0;
        transform: none;
    }

    #createdon {
        box-sizing: border-box;
        margin: 14px 0 24px 0;
        overflow: visible;
        padding: 30px 42px 32px 42px;
        width: 100%;
    }

    #createdon .ais-RangeSlider,
    #createdon .ais-range-slider,
    #createdon .ais-range-slider--body,
    #createdon .rheostat {
        overflow: visible;
        width: 100%;
    }

    #createdon .ais-range-slider--handle-lower .ais-range-slider--tooltip,
    #createdon .rheostat-handle-lower .rheostat-tooltip {
        left: 0 !important;
        right: auto !important;
        text-align: left;
        transform: translateX(-6px);
        white-space: nowrap;
    }

    #createdon .ais-range-slider--handle-upper .ais-range-slider--tooltip,
    #createdon .rheostat-handle-upper .rheostat-tooltip {
        left: auto !important;
        right: 0 !important;
        text-align: right;
        transform: translateX(6px);
        white-space: nowrap;
    }

    #createdon .ais-range-slider--tooltip,
    #createdon .rheostat-tooltip {
        max-width: none;
        overflow: visible;
    }
}

#createdby .ais-RefinementList-list {
    list-style: none;
}
