.search-bar-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

#search-bar-and-suggest-panel {
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-bar-wrapper {
        max-width: 1024px;

    }

}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .search-bar-wrapper {
        max-width: 767px;
    }
}
