/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2025 | 17:59:52 */
.desktopContentImage_v2 {
    position: sticky; /* Makes the element sticky */
    top: 0; /* Distance from the top of the viewport */
  }
  
  .right_v2 {
    overflow: hidden; /* Prevent sticky element from escaping the parent column */
  }
  
  .stickyforcedBase_v2 {
    overflow: hidden;
    position: relative;
    min-height: inherit;
  }
  .overlay-feautures-scroll {
    top: 0px;
    position: absolute;
  }
  
  .stickyforcedInit_v2 .desktopPhoto_v2, 
  .stickyforcedInit_v2 .overlay-feautures-scroll {
    top: 0px;
    position: fixed;
  }
  
  
  .gallery_v2 {
    position: relative;
  }
  
  .stickyforcedInit_v2 {
    top: 0px;
    position: fixed;
  }
  
  .stickyforcedEnd_v2 {
    position: fixed;
    bottom: 0;
  }
  
  