/* 
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 \Project\HennepinCounty\code\Views\HennepinCounty\Components\Home Page Section.cshtml:29
also increment the link to this CSS file -- to override cached versions of it -- at \Project\HennepinCounty\code\Views\HennepinCounty\Layouts\Master.cshtml:44
*/

@media only screen and (min-width: 768px) {
    .page-bg--index {
        background-image: url("/assets/uberbg/sm-home.jpg?v=2025-05");
    }
}

@media only screen and (min-width: 1500px) {    
    .page-bg--index {
        background-image: url("/assets/uberbg/bg-home.jpg?v=2025-05");
    }
}