@media screen and (min-width: 1025px) {
  .search-results {
    left: auto !important;
    top: 38px;
    right: 0;
    width: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .search-results {
    width: 100%;
  }
}