@media screen {
  .form-search button.search-submit {
    float: none !important;
  }
}
@media screen and (max-width: 767px) {
  .search-results-wrapper {
    flex-wrap: wrap !important;
  }
}