@media only screen and (max-width: 768px) {
    #auto-complete-searchautocomplete-list{
        padding: 0px 19px;
        width: 100%;
        top: 89%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px){
    #auto-complete-searchautocomplete-list{
        top: 86%;
    }
}