.xiaomi-12t-series-wrapper{
    margin: 0 auto;
    /* max-width: 1920px; */
    /* background-color: black; */
    font-size: 0;
}
.xiaomi-12t-kv{
    background-color: white;
}
.xiaomi-12t-mobile-kv{
    display: none;
}
.xiaomi-12t-phones{
    display: flex;
    margin: 0 auto;
    /* max-width: 1920px; */
}
img{
    width: 100%;
    max-width: none !important;
}
.background-white{
    background: white;
}
/* .xiaomi-12t-phones img{
    width: 100%;
    max-width: none !important;
}
xiaomi-12t-kv img{
    width: 100%;
    max-width: none !important;
}
.t-specifications img{
    width: 100%;
    max-width: none !important;
} */
.xiaomi-12t, .xiaomi-12t-pro{
    width: 50%;
    background-color: black;
    height: 0%;
}
.xiaomi-12t{
    background-color: #DADFE9;
}
.t-pro-mobile-kv{
    display: none;
}
#portrait-wrapper{
    background-color: white;
}
#speakers-wrapper{
    background-color: #DADFE9;
}
.t-specifications{
    /* background-color: black; */
}
.top-retailers .retailer {
    width: 426px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 0px 5px 13px rgb(0 0 0 / 10%);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-retailers .retailer img {
    display: block;
    max-width: 75% !important;
    margin: 0 auto;
}
@media only screen and (max-width: 1080px){
    .xiaomi-12t, .xiaomi-12t-pro{
        width: 100%;
    }
    .xiaomi-12t-phones{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .top-retailers .retailer {
        width: 382px;
        height: 182px;
    }  
    .top-retailers .retailer img {
    max-width: 65% !important;
    }
}

@media only screen and (max-width: 725px){
    .xiaomi-12t-kv img{
        display: none;
    }
    .xiaomi-12t-mobile-kv{
        display: block !important;
    }
    .xiaomi-12t-mobile-kv img{
        display: block !important;
    }
    .xiaomi-12t-phones img{
        display: none;
    }
    .t-specifications img {
        display: none;
    }
    .t-pro-mobile-kv{
        display: block !important;
    }
    .xiaomi-12t, .xiaomi-12t-pro{
        background-color: white;
    }

    .top-retailers .retailer {
        width: 332px;
        height: 152px;
    }
    .top-retailers .retailer img {
    max-width: 60% !important;
    }
}
@media only screen and (max-width: 486px){
    .xiaomi-12t-kv img{
        display: none;
    }
    .xiaomi-12t-mobile-kv{
        display: block !important;
    }
    .xiaomi-12t-mobile-kv img{
        display: block !important;
    }
    .xiaomi-12t-phones img{
        display: none;
    }
    .t-specifications img {
        display: none;
    }
    .t-pro-mobile-kv{
        display: block !important;
    }
    .xiaomi-12t, .xiaomi-12t-pro{
        background-color: white;
    }
    .top-retailers .retailer {
        width: 232px;
        height: 92px;
    }
    .top-retailers .retailer img {
    max-width: 50% !important;
    }
}