body {
  margin: 0;
 
}

.banner-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

.banner-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  background: rgba(255, 0, 0, 0);
  cursor: pointer;
}

@media (min-width: 768px) {
  .hotspot-uniaoms {
    left: 29%;
    top: 64%;
    width: 20%;
    height: 20%;
  }

  .hotspot-cg {
    left: 52%;
    top: 64%;
    width: 20%;
    height: 20%;
  }
}

@media (max-width: 767.98px) {
  .hotspot-uniaoms {
    left: 15%;
    top: 52%;
    width: 70%;
    height: 9%;
  }

  .hotspot-cg {
    left: 15%;
    top: 68%;
    width: 70%;
    height: 9%;
  }
}
