.session-selector {
    font-family: sans-serif;
    width: 70%;
    font-size: 1em;
    color: black;
    background-color: white;
  }

  @media only screen and (max-width: 1200px) and (min-width: 600px) {

    .session-selector {
      font-family: sans-serif;
      width: 35%;
      color: black;
      background-color: white;
    }

  }