.easy-autocomplete-container {
    position: relative;
}

.easy-autocomplete-container ul {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(204, 204, 204);
    cursor: pointer;
    display: none;
}

.easy-autocomplete {
    width: auto !important;
}