.banner {
    width: 100%;
    max-height: 350px;
    overflow: hidden;
    border-radius: 12px;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}