#box__home {
  background: url(../img/bg/box-home.webp) no-repeat center 0;
  background-size: cover;
}
@media (max-width: 991px) {
  #box__home {
    background: url(../img/mobile/bg/box-home.webp) no-repeat center 0 #584c54;
    background-size: 100% auto;
  }
}