main .section .embed {
    margin: auto;
    margin-top: 64px;
    max-width: 100%;
    max-height: 600px;
    width: unset;
}

main .section .embed+* {
    margin-top: 64px;
}

main .section .embed+p.legend {
    margin-top: 16px;
}

main .section .embed img {
    max-width: 100%;
}

main .section .embed, body.blog main > .section > .embed {
    text-align: center;
    max-width: 800px;
}

main .section .embed.embed-instagram {
    max-width: fit-content;
}

main .section .embed.embed-twitter {
    max-height: unset;
}

main .section .embed lite-youtube {
    max-width: unset;
}

main .section .embed-soundcloud>iframe {
    height: 200px ! important;
}
