.SearchBar { display: flex; align-items: center; } .FrontSearch { background: #eeeeea; border-radius: -1px; padding: 3px 15px; box-shadow: 0px 0px 5px 1px #aaa; justify-content: center; width: 60%; margin:auto; } @media (max-width: 993px) { .FrontSearch { width: 100%; } } .SearchBar > div { flex-grow: 1; } .SearchBarPackage .autocomplete-content { position: absolute; width: 100%; } .SearchBar.small { width: 100%; max-width: 400px; } .SearchBar .input-field{ margin: 0; }