.xiaomi-2022-black-friday{
    max-width: none !important;
    width: 100vw !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;

}
.blackfridayimg{
    max-width: none !important;
    width: 100%;
}
.blackfridayimg-mobile{
    max-width: none !important;
    width: 100%;
    display: none;
    margin-top: 10px;
}
.headertext{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    margin-top: 30px;
}
.max-width-1700px{
    max-width: 1700px !important;
}
.max-width-1920px{
    max-width: 1920px !important;
}
.fix-retailers-width{
    max-width: 100% !important;
}
@media only screen and (max-width: 725px){
    .blackfridayimg{
        display: none;
    }
    .blackfridayimg-mobile{
        display: block;
    }
}