.jumbotron.home{

position:relative;
background-size:cover;
background-position:center;
height: 100vh;
color:white;

.container{
    position: absolute; 
    bottom: 0;background:rgba(0,0,0,.7); 
    width:100%; 
    max-width:none; 
    text-shadow: rgb(0, 0, 0) 1px 2px;
}

} .jumbotron.cover{

position:relative;
background-size:cover;
background-position:center;
height: 65vh;
color:white;

.container{
    position: absolute; 
    bottom: 0;background:rgba(0,0,0,.7); 
    width:100%; 
    max-width:none; 
    text-shadow: rgb(0, 0, 0) 1px 2px;
}

}