.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;
}

