/* 
after new seasonal background images for hennepin.us are in place, increment the URL variables here to override all cached images
also increment the image for mobile at layouts/Hennepin/hcHomePage.ascx:28
also increment the link to this CSS file -- to override cached versions of it -- at layouts/Hennepin/hcMaster:ascx:19
*/

@media only screen and (min-width: 768px) {
    .page-bg--index {
        background-image: url("/assets/uberbg/sm-home.jpg?v=2024-04");
    }
}

@media only screen and (min-width: 1500px) {    
    .page-bg--index {
        background-image: url("/assets/uberbg/bg-home.jpg?v=2024-04");
    }
}