@media only screen and (max-width: 767px) {  
  .form select{
      max-width: 100%;
  }
}
