.modal {
    display: none;
    position: fixed;
    z-index: 1000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: white;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.modal-content iframe {
    width: 100%;
    height: 100vh;
    border: none; /* Remove default iframe border */
}
