

/* CSS from section stylesheet tags */
@media only screen and (max-width: 700px) {
  #cb-home-banner-img-desktop {
    display: none;
  }
}
@media only screen and (min-width: 699px) {
  #cb-home-banner-img-mobile {
    display: none;
    
  }
}