@media only screen and (max-width: 912px){
    .banner{
        height: 22vh !important;
    }
}








@media only screen and (max-width: 600px){
    .banner{
        height: 19vh !important;
    }
}