.mt-site-search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin: 0 auto;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
          justify-content: space-between;
}

.mt-site-search-result-container {
  display: none;
}

@media screen and (min-width: 569px) {
  .mt-site-search-form {
    width: 748px;
    height: 54px;
  }
}

@media screen and (max-width: 568px) {
  .mt-site-search-form {
    width: 100%;
    height: 50px;
  }

  .fq-pageTop {
    padding-bottom: 20px;
  }
}
