.banner {
    height: auto;
    width: auto;
    aspect-ratio: 960 / 150;
    overflow: hidden;
}

.banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}