@media only screen and (min-width: 999px) {
  .image-with-text .h1 {
    font-size: 30px;
    text-transform: uppercase;
  }
  .image-with-text a.link {
    font-size: 16px;
    text-transform: uppercase;
  }
}