.xiaomi-2022-black-friday{
    margin: 0 auto;
    font-size: 0;
}
.blackfridayimg, bdaydesktopimg{
    max-width: none !important;
    width: 100%;
    margin-top: 5px;

}
.blackfridayimg-mobile{
    max-width: none !important;
    width: 100%;
    display: none;
}

.paddingTop10px{
    padding-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;

}
@media only screen and (max-width: 725px){
    .blackfridayimg, .bdaydesktopimg{
        display: none;
    }
    .blackfridayimg-mobile{
        display: block;
    }
    .headertext{
        font-size: 22px !important;
        line-height: 30px !important;
        padding-bottom: 30px;
    }
}