.prog-hdr {
    background: #064f5c;
    background: -moz-radial-gradient(center,ellipse cover,#064f5c 0,#02212a 100%);
    background: -webkit-radial-gradient(center,ellipse cover,#064f5c 0,#02212a 100%);
    background: radial-gradient(ellipse at center,#064f5c 0,#02212a 100%);
}

.title--program {
  background-image: url(https://d3hy31ym13ddfe.cloudfront.net/C8CBD9CD-673A-4FEA-BB7A-96A083E240C2_w1200.png);
  background-repeat: no-repeat;
  background-size: 490px;
  background-position-y: top;
  width: 100%;
 text-indent: -9000px;
}
@media (max-width: 639px) {
  .title--program {
  background-size: contain;
  background-position-y: center;
  }
}

/* fix for missing image after 7.36 release - By: Knopk, 4.11.2019 */
.prog-hdr__link {
    float: none;
}