
 .prog-hero-image {width: 141%;}
  @media (max-width: 1800px){
               .prog-hero-image {
                 left: -10%;
                  width: 154%;
               }
            } 
         @media (max-width: 1670px){
               .prog-hero-image {
                  left: -20%;
                  width: 184%;
               }
            } 
         @media (max-width: 1400px){
               .prog-hero-image {
                         left: -70%;
                        width: 225%;
               }
            }   
          @media (max-width: 1200px){
               .prog-hero-image {
                         left: -88%;
                        width: 247%; 
               }
            }   
           @media (max-width: 992px){
               .prog-hero-image {
                        left: -158%;
                        width: 327%;
               }
            }      