.max-elements-image-comparison {
    z-index: 3;
  
    > img {
      width: 100%;
    }
  
    .twentytwenty-handle {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #fff;
      border-color: transparent;
      -webkit-transition: color 0.3s, background-color 0.3s;
      transition: color 0.3s, background-color 0.3s;
  
      &::before, &::after {
        -webkit-box-shadow: none;
        box-shadow: none;
      }
  
      .twentytwenty-left-arrow {
        border-right-color: #000;
      }
  
      .twentytwenty-right-arrow {
        border-left-color: #000;
      }
    }
  }
  