@media  screen and (min-width:996px) {
    .modal{
        margin-top: 5vh;
    }
    
    .banner-container{
        margin-top: 20px;
        width:100%;
        height: 420px;
        padding: 10px;
    }
    .banner-container .banner-image{
        width: 100%;
        height: 400px;
        border-radius: 15px;
    }
    
.btn.btn-update,
.btn.btn-delete{
    width: 60%;
}
}