/* Mobile Portrait Size (older Phones) */ 
@media only screen and (min-width: 320px) and (max-width: 479px) {
#block-search-form #edit-search-block-form--2{
    width: 180px !important;
}
}
@media only screen and (max-width: 320px) {
#block-search-form #edit-search-block-form--2{
    width: 180px !important;
}
}