.banner__global{
    height: 400px;
    width: 100%;
    max-width: 100%;
}
.banner__global > img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-position: center;
}

@media screen and (max-width : 1120px) {
    .banner__global{
        height: 180px;
    }
}

@media screen and (max-width : 768px) {
    
}

@media screen and (max-width : 414px) {
    .banner__global {
        /*height: 180px;*/
        height: auto;
        width: 100%;
    }
}