.prog-hdr {
background: url(https://gdb.rferl.org/c64bea84-b428-40a1-2504-08de3be37656.jpg);
  background-color: #0d212a;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

@media (max-width: 640px) {
  .prog-hdr {
    background-size: auto 120%;
  }
}