section#voorenna{
    padding: 80px 0;
}

section#voorenna .container .resultatenwrap{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 80px;
    margin-top: 40px;
}

section#voorenna h2{
    margin-top: 0;
    text-align: center;
    color: white;
    margin: 0;
    font-size: 50px;
    line-height: 50px;
}

section#voorenna .container .resultatenwrap img{
    max-width: unset;
    height: 500px;
    object-fit: cover;
    user-select: none;
}

section#voorenna .container .resultatenwrap .after-image img{
    width: 100%;
    object-fit: cover;
    
}

.before-after-slider {
    width:100%;
    position:relative;
    overflow:hidden;
    border:3px solid white;
    box-sizing: border-box;
  }
  
  .after-image {
    display:block
  }
  
  .before-image {
    position:absolute;
    height:100%;
    width:50%;
    top:0;
    left:0;
    overflow:hidden;
    z-index:2;
  }
  
  .resizer {
    position:absolute;
    display:flex;
    align-items:center;
    z-index:2;
    top:0;
    left:50%;
    height:100%;
    width:4px;
    background:white;
    /*Stop vertical scrolling on touch*/
    -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .resizer:after {
    background: #181818;
    font: var(--fa-font-solid);
    content:'\f07e';
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin: 0 0 0 -22px;
    width:40px;
    height:40px;
    border-radius:50%;
    border:3px solid white;
    cursor: e-resize;
  }

@media only screen and (max-width: 800px) {
  section#voorenna .container .resultatenwrap{
      grid-template-columns: 1fr;
      row-gap: 20px;
  }

  section#voorenna h2{
      font-size: 35px;
      line-height: 35px;
  }

  section#voorenna .container .resultatenwrap img{
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  section#voorenna{
    padding: 60px 0;
  }
}