.test-version-message {
  display: none;
}

@media only screen and (min-width: 960px) {
h1 {
  font-size: 28px;
}
}

@media only screen and (max-width: 959px) {
h1 {
  font-size: 18px;
}
}