.embed-container {
    display: flex;
    position: relative;
    width: 100%;
}
.embed-container:before {
    content: "";
    display: block;
    margin-top: 56.25%;
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
}