.finger-bibel-embed {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 24px;
    background: #14221e;
    box-shadow: 0 20px 58px rgba(18, 31, 27, .16);
}

.finger-bibel-embed iframe {
    display: block;
    width: 100%;
    min-height: 520px;
    border: 0;
    background: transparent;
}

@media (max-width: 600px) {
    .finger-bibel-embed {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        border-radius: 0;
        box-shadow: none;
    }

    .finger-bibel-embed iframe {
        min-height: 560px;
    }
}
