.player-agile { position: relative; padding-bottom: calc(56.25% + 31px); height: 0; overflow: hidden; max-width: 100%; }
.player-agile iframe, .player-agile object, .player-agile embed { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

figure {
    max-width: 970px;
    /*padding: 2em;*/
    margin: 0 auto;
}

figcaption {
    opacity: 0.8;
    border-left: none;
    /*border-bottom: 2px solid rgba(255,255,255,0.1);*/
    /*padding: 2em 0;*/
    font-size: 1.5em;
    line-height: 1.5;
    position: relative;
    font-family: 'Flama';
    width: 50%;
}
/*
.player-agile+figcaption:before {
    content: 'VÍDEO';
    font-family: 'Flama';
    font-weight: bold;
    margin-right:0.75em;
    text-transform: uppercase;
    opacity: 0.5;
}
.player-agile.minuto+figcaption:before {
    content: 'MINUTO ESTADÃO';
}
.player-agile.mini+figcaption:before {
    content: 'MINI-DOC';
}
*/