#banner-home {
  background-image: url("../images/home/banner-inicial-vapt-log.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 53dvh;
}

@media only screen and (max-width: 480px) {
  #banner-home {
    background-image: url("../images/home/banner-inicial-vapt-log-mobile.webp");
  }
}