
.image-container {
        position: relative;
        display: inline-block;
        background-color: #000;
        margin: 10px;
      }
      
      .image-container:first-child {
  position: sticky;
  top: 0;
  z-index: 1;
  
}

      .image-container img {
        width: 100%;
        height: auto;
        
      }
      .clickable-area {
        position: absolute;
        top: 43%;
        left: 47%;
        width: 7.8%;
        height: 13.9%;
        cursor: pointer;
      }
    
    .text-description {
  background-color: #7a6c6c;
  padding: 10px;
  border-radius: 10px; /* curved edges */
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 42px;
}
    
.description {
  
}
