.banner {
    background: url('../img/imagem/capa-filmes.jpg');
    background-position: center;
    background-size: cover;
    height: 90vw;
   
}

.banner-texto{
    padding: 0 2px;
    width: 100%;
    display: grid;
    position: relative;
    /* position: absolute; */
    bottom: -30%;
    box-sizing: border-box;
}
.titulo,.sube-titulo{
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
    text-shadow: black 0.1em 0.1em 0.2em
}
@media (min-width: 470px){
    .banner { 
        height: 70vw;
    }
    .titulo,.sube-titulo{
        font-size: 1.5rem;
    }
}
@media (min-width: 600px){
    .banner { 
        height: 60vw;
    }
    .titulo,.sube-titulo{
        font-size: 2rem;
    }
}
@media (min-width: 800px){
    .banner { 
        height: 40vw;
    }
}
@media (min-width: 1000px){
    .banner { 
        height: 30vw;
    }
    .titulo,.sube-titulo{
        font-size: 2.2rem;
    }
}