/* Crop space */
.side-space-left {
  position: absolute;
  background: #2b2b2b;
  width: 0;
  height: 100vh;
  left: 0;
}
.side-space-right {
  position: absolute;
  background: #2b2b2b;
  width: 0;
  height: 100vh;
  right: 0;
}


/* Viausal Content */
.festival .visual-content {
    position: fixed;
    top: 0;
    width: 100vw;
    /* max-width: 178vh; */
    min-height: 100vh;
    background-color: #2B2B2B;
  }
  
  
  .festival-animation-wrapper {
    position: relative;
    
    height: 100vh;
    background-color: aliceblue;
  }
  .festival .layer {
    position: absolute;
    top: 0;
    left: 0;
  }
  .festival img.layer-bg {
    height: 100vh;
  }
  
  .festival .still-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 40;
  }
  
  /* Animation Layers */
  
  /* Bloom Outside - loop */
  .festival .layer-3 {
    left: calc(178vh * 0.23);
    mix-blend-mode: hard-light;
  }
  /* Festival - loop*/
  .festival .layer-4 {
    left: calc(178vh * 2.19);
    mix-blend-mode: hard-light;
  }
  /* Bloom Inside - single */
  .festival .layer-11 {
    mix-blend-mode: hard-light;
  }
  /* Alley - single */
  .festival .layer-12 {
    left: calc(178vh * 1.11);
    mix-blend-mode: hard-light;
    
  }
  /* Modiste - single */
  .festival .layer-13 {
    left: calc(178vh * 1.53);
    mix-blend-mode: hard-light;
  }
      
  

  
  .video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  
  
  .fes-video {
    display: block;
    width: 100%;
    max-height: 60vh;
  }
  
  /* Mobile */
  body.mobile .festival .text-container {
    margin-top: 0;
  }
  
  
    
  /* HOTSPOT */
  .festival .hotspot-crop {
    overflow: hidden;
    width: 178vh;
    margin: 0 auto;
  }
  

  .festival .hotspot-crop-content {
    position: relative;
  }

  .festival .hotspot-wrapper {
    position: absolute;
    height: 100vh;
    /* Initial width for test */
    width: 100vh;
    /* background: linear-gradient(
        90deg,
        rgba(255, 0, 0, 1) 0%,
        rgba(255, 255, 255, 1) 10%,
        rgba(0, 0, 0, 1) 20%,
        rgba(255, 255, 255, 1) 30%,
        rgba(0, 0, 0, 1) 40%,
        rgba(255, 255, 255, 1) 50%,
        rgba(0, 0, 0, 1) 60%,
        rgba(95, 21, 242, 1) 70%,
        rgba(0, 0, 0, 1) 80%,
        rgba(255, 255, 0) 100%
    ); */
    opacity: 0;
    /* transition: opacity 1s;   */
  }
  
  .festival .hotspot {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #FF6E7F;
    z-index: 20;
    transition-duration: 0.5s;
    
  }
  
  
  
  .festival .hotspot-1 {
    top: 38%;
    left: 18%;
  }
  
  .festival .hotspot-2 {
    top: 68%;
    left: 46%;
  }
  .festival .hotspot-3 {
    top: 63%;
    left: 30%;
  }
  
  .festival .hotspot-4 {
    top: 30%;
    left: 43%;
  }
  .festival .hotspot-5 {
    top: 60%;
    left: 60%;
  }
  
  .festival .hotspot-6 {
    top: 38%;
    left: 87%;
  }
  
  .festival .hotspot-7 {
    top: 73%;
    left: 76%;
  }



  .festival .hotspot-popup {
    position: absolute;
    bottom: 60px;
    left: calc(50%);
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    width: 400px;
    min-height: 100px;
    padding: 20px;
    transition-duration: 0.2s;
    opacity: 0;
    z-index: 50;
}



body.mobile .story-loader {
  display: none;
}