.twentytwenty-container {
    width: 43vw;
    margin: 20px auto;
}

.twentytwenty-container img {
    width: 100%;
    height: auto;
    display: block;
}


.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  background-color: #bcaf10 !important; /* change to your desired color */
}

.twentytwenty-handle {
  background: #bcaf10;
}

@media only screen and (max-width: 800px)  {
  .twentytwenty-container {
    width: 90vw;
  }
}