.prog-hdr {
  background-size: cover;
  background-image: url(https://d3hy31ym13ddfe.cloudfront.net/EF9AECD9-43B1-490D-8ADF-09534E04BB8D.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.title--program {
  background-image: url(https://d3hy31ym13ddfe.cloudfront.net/AEF53C47-F0F3-402E-8890-4AAD9939A20A.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position-y: center;
  width: 350px;
  text-indent: -9000px; /*DELETE ME TO USE THE NORMAL TEXT INSTEAD OF A LOGO*/
}
@media(max-width: 640px){
  .title--program {
    background-size: 56%;
  }
}