@media screen and (max-width: 1210px) {
    .index-div{
        display: none;
    }
}

.index-div-prev{
    display: none;
}


.index-div-next{
    display: none;
}

.index-div{
    border-radius: 10px;
}

#fastSearch {
    visibility: hidden;
    position: absolute;
    left: 10px;
    top: 10px;
    display: inline-block;
    width: 320px;
    margin: 0 10px 0 0;
    padding: 0;
  }

#fastSearch input {
    background-color: transparent;
    color: inherit;
    border-radius: .5em;
    border: none;
    padding-left: 2em;
    width: 60%;
    margin-left: 120px;
    margin-top: 5px;
    padding: .5rem .75rem;
    background: 0 0;
    font-size: 1rem;
    border: 1px solid #bebebe;
    border-radius: 20px;
}


#searchResults li {
    list-style: none;
    margin-left: 80px;
    background-color: #fff;
    border-bottom: 1px dotted #000;
    border-radius: 15px;
  }

#searchResults li .title {
    font-size: 1.1em;
    margin: 0;
    border-radius: 15px;
    display: inline-block;
  }

#searchResults {
    visibility: inherit;
    display: inline-block;
    width: 310px;
    margin: 0;
    border-radius: 15px;
    max-height: calc(100vh - 120px);
    overflow: hidden;
  }

#searchResults a {
    text-decoration: none !important;
    padding: 10px;
    display: inline-block;
    width: 100%;
  }

#searchResults a:hover, #searchResults a:focus {
    outline: 0;
    background-color: #999;
    color: #fff;
    border-radius: 15px;
  }

#search-btn {
    position: absolute;
    top: 10px;
    left: 100px;
    font-size: 24px;
  }
