.banner img.mobile{
    display: none;
}
@media(max-width: 992px){
    .banner.TOP_HEADER img.mobile{
        display: block;
    }
    .banner.TOP_HEADER img.desctop{
        display: none;
    }
}

.linked-banners-list .banner.item.scale-100 > a > span{
    background-size: 100%;
    backrgound-color:unset;
}

.linked-banners-list .active:not(.item){
    border-color:unset;
    background-color:unset;
    border:0px;
}