.ori-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-x: scroll;
}

.scroll-content {
  position: relative;
  height: 100vh;
  width: 178vh;
  margin: 0 auto;
}

.ori-slide {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 178vh 100vh ;
  /* margin: 0 auto; */
  overflow-x: hidden;
}

/* Slide Images */
.ori-slide-1 {
  left: 0;
  background-position: left;
  background-image:
   url(../img/orientation/1_noir_layers.jpg);
}

.ori-slide-2 {
  right: 0;
  background-position: right;
  background-image: url(../img/orientation/2_scifi_layers.jpg);
}

.ori-slide-3 {
  right: 0;
  background-position: right;
  background-image: url(../img/orientation/3_skateboard_layers.jpg);
}

.ori-slide-4 {
  left: 0;
  background-position: left;
  background-image: url(../img/orientation/4_soundscape_layers.jpg);
}

/* HotSpots */
.orientation .hotspot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #FF6E7F;
  z-index: 100;
  /* Inactive by default */
  opacity: 0;
  pointer-events: none;
  transition-duration: 1.5s;
}





.hotspot-active .hotspot{
  opacity: 1;
  pointer-events: auto;
}



.hotspot-1-1 {
  top: 39%;
  left: 63%;
}

.hotspot-2-1 {
  top: 40%;
  left: 26%;
}
.hotspot-2-2 {
  top: 38%;
  left: 43%;
}

.hotspot-3-1 {
  top: 66%;
  left: 45%;
  
}
.hotspot-3-2 {
  top: 36%;
  left: 70%;
}
.hotspot-3-3 {
  top: 33%;
  left: 80%;
}

.hotspot-4-1 {
  top: 42%;
  left: 28%;
  
}
.hotspot-4-2 {
  top: 40%;
  left: 75%;
}



/* horizontal slide */
@media only screen and (max-width: 2300px) {}