.parallax-scene {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  overflow: hidden;
}
.bdt-scene-item {
  position: absolute;
  width: 102%;
  height: 104%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 0;
  padding: 0;
  top: -1%;
  left: -2%;
  background-size: auto;
}
