
h3{margin:5px;}
h4{font-size:1.35em;margin:0}
.txt-peli{margin:5px 0;}
.contenedor-peli{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.img-agarimo{
    background-image: url('/imagenes/canariasdocumental/prog-cajamar/agarimo-for-africa.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:35vw;
    height:51vw;
    margin:0 20px 10px;
}
.img-pasado{
    background-image: url('/imagenes/canariasdocumental/prog-cajamar/pasado.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:80vw;
    height:45vw;
    margin:0 20px 10px;
}
.img-romper{
    background-image: url('/imagenes/canariasdocumental/prog-cajamar/romper-el-espanol.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:54vw;
    height:39vw;
    margin:0 20px 10px;
}
.img-elultimovuelo{
    background-image: url('/imagenes/canariasdocumental/prog-cajamar/el-ultimo-vuelo.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:70vw;
    height:40vw;
    margin:0 20px 10px;
}
.img-loshogares{
    background-image: url('/imagenes/canariasdocumental/prog-cajamar/los-hogares.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:43vw;
    height:43vw;
    margin:0 20px 10px;
}
@media(min-width:850px){
    .contenedor-peli{
        display:grid;
        grid-template-columns: 0fr 2fr;
    }
    .img-agarimo{
        width:19vw;
        height:19vw;
        margin:10px 20px;
    }
    .img-pasado{
        width:19vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-romper{
        width:20vw;
        height:14vw;
        margin:10px 20px;
    }
    .img-elultimovuelo{
        width:22vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-loshogares{
        width:17vw;
        height:12vw;
        margin:10px 20px;
    }
}