.recipe-content {
    width: 100%;
    margin: 64px auto 0 auto;
    height: var(--heigth);
    max-width: var(--width);
    position: relative;
}

.recipe-title {
    font: normal var(--font-body-weight)  58px/64px var(--font-body-family);
    text-align: center;
    margin: 0;
}

.recipe-content iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}