 

#banner-show{
    position:fixed;
    z-index:99999;
    background-color: rgba(0,0,0,0.95);
    top:0;
    bottom:0;
    height:100vh;
    width:100vw;
    display:flex; 
    justify-content: center;
    align-items: center;
}

#banner-show .container{
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

#banner-show .container h2{
    color:white;
}

#banner-show .container figure{
    max-width:400px;
}

#banner-show  .container figure img{
    width:100%;
}