.prog-hdr {
  background-color: #063561;
  background-image: url(https://gdb.rferl.org/8036fbf8-7ae8-4e37-9152-466a337b63cb.png);
  background-repeat: no-repeat;
  background-size: 180px;
  background-position: right 100%;
}

@media (min-width: 640px) {
  .prog-hdr {
    background-size: 130px;
    background-position: 65% 100%;
    }
}

@media (min-width: 991px) {
  .prog-hdr {
    background-image: url(https://gdb.rferl.org/057ee6ad-c918-4b6d-a6ca-a9d67fbd1059.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: 55% 100%;
    }
   }

@media (min-width: 991px) and (max-width: 1190px) {
  .prog-hdr {
    background-image: url(https://gdb.rferl.org/057ee6ad-c918-4b6d-a6ca-a9d67fbd1059.png);
    background-position: 70% 100%;
    }
   }