/**
 * @author      José Lorente <jose.lorente.martin@gmail.com>
 * @copyright   Gr11 en 11 <http://gr11en11.org>
 * @version     1.0
 *//* 
    Created on : 13-may-2015, 13:21:58
    Author     : pepe
*/

.media-content {
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    position: relative;
}

.media-content iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}