.embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.embed iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    border: none;
}

