.popup {
    display: none; /* Standaard verborgen */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.popup-content {
    position: relative;
    margin: 15% auto;
    padding: 20px;
    background: #fff;
    width: 50%;
    border-radius: 10px;
}

#popup-close {
    cursor: pointer;
}

.advice-popups .modal-dialog {
  max-width: 1190px !important;
}

.advice-popups .modal-body {
  overflow: scroll; 
}

.advice-popups .modal-body .modalImage {
  height: 160px;
}



.advice-popups .btn-close {
position: absolute;
      right: 2rem;
      top: 2rem;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 2;
}

@media  (min-width: 992px) {
        
     .advice-popups .btn-close {
        right: 2rem;
        width: 58px;
        height: 58px;
      }

      .advice-popups .modal-body {
  overflow: hidden !important; 
}

.advice-popups .modal-body .modalImage {
  height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

    }