.elasticsearch-autosuggest-container .elasticsearch-autosuggest {
	width: 240px;
	top: 29px;
	color: #333;
	font-size: 15px;
}

@media only screen and (max-width: 768px){
	.elasticsearch-autosuggest-container .elasticsearch-autosuggest {
		margin-left: 0;
	}
}