/* v1.7.7 performance-only layer.
 * Changes delivery, not the approved visual design.
 * The existing hero gradients, sizing, positioning and content remain in homepage.css.
 */
@media (max-width:1100px){
  .bss-home-hero{--bss-hero-image:var(--bss-hero-image-tablet,var(--bss-hero-image))}
}
@media (max-width:700px){
  .bss-home-hero{--bss-hero-image:var(--bss-hero-image-mobile,var(--bss-hero-image-tablet,var(--bss-hero-image)))}
}
