.parallaxbase {
  height: 100vh;
  width: 100%;
  background-image: url(../../assets/img/guasha_facial_stone.jpg);
  background-size: cover;
  display: table;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.map-hotspot {
  position: absolute;
  z-index: 100;
  left: 11%;
  top: 60%;
  width: 28%;
  height: 23%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.map-hotspot-mobile {
  position: absolute;
  z-index: 100;
  left: 20%;
  top: 48%;
  width: 65%;
  height: 12%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

.contact-desktop-hotspot {
  position: absolute;
  top: 2.5%;
  right: 1.5%;
  width: 13%;
  height: 8%;
  z-index: 1000;
  display: block;
  font-size: 0;
  color: transparent;
  background: transparent;
}

.contact-mobile-hotspot {
  position: absolute;
  z-index: 100;
  top: 10%;
  right: 1.5%;
  width: 18%;
  height: 5%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

