.search-container {
    position: relative;
}

#search-results {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px !important;
    z-index: 1000;
    background: #fff;
}