div.productionCampaignAdHero {
  position: relative;
  background: #000000 url("https://mk1.usa.canon.com/rs/206-CLL-191/images/4q25-production-ad-campaign-hero-1440.png") bottom no-repeat;
  padding-top: 100px;
  padding-bottom: 100PX;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  color: #FFF;
}
/*/// END Transition Buckets ///*/
@media all and (max-width: 1200px) {

}
@media (min-width: 769px) and (max-width: 1024px) {}
@media all and (max-width: 992px) {
	div.productionCampaignAdHero {
  background: #000000 url("https://mk1.usa.canon.com/rs/206-CLL-191/images/4q25-production-ad-campaign-hero-1024.png") bottom no-repeat;
  padding-top: 70px;
  padding-bottom: 70px;
}
}
@media all and (max-width: 768px) {
  div.productionCampaignAdHero {
    position: relative;
    background-color: #000000;
    text-align: center !important;
  }
}
@media all and (max-width: 480px) {
	div.productionCampaignAdHero {
  background: #000000 url("https://mk1.usa.canon.com/rs/206-CLL-191/images/4q25-production-ad-campaign-hero-1024.png") bottom no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
}