
.fluid {
  display: flex;
  flex-grow: 1;
  max-width: 100%;

  input {
    width: 100%; /* this is necessary for flex */
  }
}
