.media_embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.media_embed > iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}