@media screen and (min-width:781px) {
    #s5_family {
        background-image: url(/_Global-Assets/dagger/home/img/hero_individual_fall19.jpg)
    }

    .segment-individuals #s5_family {
        background-image: url(/_Global-Assets/dagger/home/img/odp.jpg)
    }

    #s6_business {
        background-image: url(/_Global-Assets/dagger/home/img/hero_business_fall19.jpg)
    }

    .segment-individuals #s6_business {
        background-image: url(/_Global-Assets/dagger/home/img/app.jpg)
    }

    #s7_map {
        background-image: url(/_Global-Assets/dagger/home/img/map_bg.jpg)
    }
}

@media screen and (max-width:999px) {
    #s5_family {
    	/* todo: see if we need a tablet cut with the new image gravity */
        /*background-image: url(/_Global-Assets/dagger/home/img/hero_individual_tablet_spring19.jpg)*/
    }

    .segment-individuals #s5_family {
        background-image: url(/_Global-Assets/dagger/home/img/odp.jpg)
    }
}

@media screen and (max-width:780px) {
    #s5_family {
        background-image: url(/_Global-Assets/dagger/home/img/hero_individual_mobile_fall19.jpg)
    }

    .segment-individuals #s5_family {
        background-image: url(/_Global-Assets/dagger/home/img/odp_mobile.jpg)
    }

    #s6_business {
        background-image: url(/_Global-Assets/dagger/home/img/hero_business_mobile_fall19.jpg)
    }

    .segment-individuals #s6_business {
        background-image: url(/_Global-Assets/dagger/home/img/app_mobile.jpg)
    }

    #s7_map {
        background-image: url(/_Global-Assets/dagger/home/img/map_bg_mobile.jpg)
    }
}