.prog-hdr {
  background: #cf2430;
  background-image: url(https://gdb.rferl.org/01000000-0aff-0242-58df-08dbb2c45ef3_w1000.png);
  background-repeat: no-repeat;
  background-size: 400px;
  background-position: right -30px bottom -40px;
}

@media (min-width: 375px) {
  .prog-hdr {
       background-size: 350px;
       background-position: right 0% bottom -55px;
    }

@media (min-width: 640px) {
  .prog-hdr {
       background-size: 500px;
       background-position: 65% 30%;
    }
  
  @media (min-width: 992px) {
  .prog-hdr {
       background-size: 700px;
       background-position: 65% 30%;
    }