#bannerDesktop {
       display: none;

}

#bannerMobile {
       display: none;

}    

@media screen and (max-width: 580px) {

       #bannerDesktop {
              display: none;
       }
       #bannerMobile {
              display: block !important;
       }
       .intro-text2 h2 {
              text-align:center; color:#fff; background-color:#000; padding:3px; margin-bottom: -0px; font-size:14px;
       }
}

 
@media screen and (min-width: 581px) {
   #bannerDesktop {
		  display: block !important;
   }
   #bannerMobile {
		  display: none;
   }

      
} 

.homepage .header-feature-image {
    background-position: bottom center;
}

.header-feature-image {
    padding-top: 615px;
}	