@media only screen and (max-width: 700px) {
  #landing_search_container {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 550px) {
  #landing_search_container {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 450px) {
  #landing_search_container {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 370px) {
  #pill-container {
    margin-top: 20px;
  }
}
