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