.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;
}
h1{
    font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 50px;
line-height: 59px;
/* identical to box height */

text-align: center;

color: #030003;
}
/* .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; */
}
@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;
    }
    h1{
        font-size: 30px;
    }
}
@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;
    }
    h1{
        font-size: 25px;
    }
}