.xiaomi-12-wrapper{
    margin: 0 auto;
    max-width: 1920px;
    background-color: black;
    font-family: Roboto;
}
.xiaomi-12-kv{
    background-color: #EDEDED;
}
.xiaomi-12-kv img{
    width: 100%;
    max-width: none !important;
}

.xiaomi-12-phones{
    display: flex;
    margin: 0 auto;
    max-width: 1920px;
}
.xiaomi-12, .xiaomi-12-pro{
    width: 50%;
    background-color: black;
}
.mobile-bih-kv{
    display: none;
}
.xiaomi-12-footer{
    display: flex;
}
.xiaomi-12-footer-left, .xiaomi-12-footer-right{
    width: 50%;
    background-color: white;
}
.xiaomi-12-footer img{
    width: 100%;
    max-width: none !important;
}
.twelve-retailers-wrapper{
    background-color: white;
}
@media only screen and (max-width: 1080px){
    .xiaomi-12, .xiaomi-12-pro{
        width: 100%;
    }
    .xiaomi-12-phones{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    } 
    .xiaomi-12-footer{
        display: none;
    }
}

@media only screen and (max-width: 725px){
    .xiaomi-12-kv img{
        display: none;
    }
    .mobile-bih-kv{
        display: block !important;

    }
    .xiaomi-12-kv{
        background-color: white;
    }
    .xiaomi-mobile-kv{
        background-color: #EDEDED;
    }
    .xiaomi-text-kv{
        background-color: white;
        padding: 10%;
    }
}

