#embebido {
    text-align: center;
}

@media (max-width: 768px) {
    #embebido {
        position: relative;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding-top: 56.25%;
    }

    #embebido iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
