#apisearch {
width: 100% !important;
display:none !important;
margin: 0px !important;
padding: 0px !important;
border: 0px !important;
}
@media handlheld, only screen and (max-width:600px) {
	#apisearch {
		width: 100vw !important;
		height: 100vh !important;
	}
}
