.meeting-section {
    padding: 0;
    background-color: #f8f9fb;
}

.meeting-wrapper {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
}

.meeting-wrapper iframe {
    width: 100%;
    height: 1200px; 
    min-height: 100vh;
    border: none;
    display: block;
}
iframe {
    width: 100%;
    height: 100%;
    border: none;
}