main #hero{
    background-image: url(../hero_img/service/scooter/hero.webp);
}
@media only screen and (min-width: 1000px) {
    main #hero{
        background-image: url(../hero_img/service/scooter/heroX2.webp);
    }
}