.banners_top{
    display: flex;
    width: 100%;
    max-height: fit-content;
    overflow: hidden;
}
.banners_top a{
    height: 100%;
}
.banners_top a img{
    width: 100%;
    max-height: fit-content;
    object-fit: cover;
}