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