  #block-search {
    position: absolute;
    width: 100%;
    top: 110px;
    z-index: 1;
  }
  #tl-search-form {
    background: rgba(0, 0, 0, .5);
    max-width: 1060px;
    margin: 0 auto;
  }
  @media screen and (max-width:635px) {
    #block-search {
        position: static;
        top: 0;
    }
    #tl-search-form {
        background: rgba(0, 0, 0, .8);
    }
  }