@media (min-width: 768px){
    #searchInput {width:400px;}
}
@media (min-width: 1280px){
    #searchInput {width:500px;}
}
