.prog-hdr {
  background: #741c13;
  background-image: url(https://gdb.rferl.org/a431d47d-0144-4821-2ecd-08decd1f5434.png),
    linear-gradient(
      90deg,
      rgba(116, 28, 19, 1) 33%,
      rgba(171, 55, 79, 1) 100%
    );
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 180px 0px;
}
@media (min-width: 640px) {
  .prog-hdr {  
      background-position: 100% 0%;
  }
}
@media (min-width: 992px) {
  .prog-hdr {
    background-position: 60% 0%;
  }
}
