.banner{
    width: 90%;
    margin: 20px auto;
    margin-bottom: 0;   
}
.poster  {
    aspect-ratio: 16/5;  
}
.poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}