.embed-fluidvids > .embed-media {
    position: relative;
    height: 100%;
    overflow: hidden;

}
.embed-fluidvids > .embed-media > iframe {
    width: 100%;
}
@media (min-width: 614px) {
    .embed-fluidvids > .embed-media > iframe {
        height: 100%;
    }
}