.ndmp-page {
    position: relative;
    background-image: url('../img/hero.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* min-height: 100vh; */
}

.ndmp-page__overlay {
    position: absolute;
    inset: 0;
    background: #0000008a;
    z-index: 0;
}

.ndmp-page__content {
    position: relative;
    z-index: 1;
}

.ndmp-iframe-wrap {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.ndmp-iframe {
    width: 100%;
    height: calc(100vh - 120px);
    border: none;
    display: block;
    background: #fff;
}
