.iframe-wrapper {
    overflow: hidden;
    max-width: 1230px;
    position: relative;
    margin-inline: auto;
}

.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.iframe-container iframe:not([src]) {
    display: none;
}