
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-atlas{
    background-image: url('/imagenes/canariasdocumental/prog-cca/atlas-oculto.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:71vw;
    height:40vw;
    margin:0 20px 10px;
}
.img-fragmentos{
    background-image: url('/imagenes/canariasdocumental/prog-cca/fragmentos-del-mediodia.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:71vw;
    height:40vw;
    margin:0 20px 10px;
}
.img-paraiso{
    background-image: url('/imagenes/canariasdocumental/prog-cca/paraiso-roto.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 70vw;
    height:40vw;
    margin:0 20px 10px;
}
.img-carreterario{
    background-image: url('/imagenes/canariasdocumental/prog-cca/carretera-en-rio.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:57vw;
    height:38vw;
    margin:0 20px 10px;
}
.img-finalpeones{
    background-image: url('/imagenes/canariasdocumental/prog-cca/final-de-peones.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:72vw;
    height:40vw;
    margin:0 20px 10px;
}
@media(min-width:850px){
    .contenedor-peli{
        display:grid;
        grid-template-columns: 0fr 2fr;
    }
    .img-atlas{
        width:20vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-fragmentos{
        width:20vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-paraiso{
        width:20vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-carreterario{
        width:18vw;
        height:12vw;
        margin:10px 20px;
    }
    .img-finalpeones{
        width:20vw;
        height:12vw;
        margin:10px 20px;
    }
}