/*for mobile Background image setting*/
#notice,
.footer-component-info {
    position: relative;
}



.theme-mlg2025 {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: repeat-y;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.theme-mlg2025::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(https://storage-asset.msi.com/global/picture/image/feature/mb/B850/b850-mlg-edition/images/mlg-bg-xs.jpg) repeat-y center center/100%;
}

.theme-mlg2025~.foucs__wrapper,
.theme-mlg2025~.pdNoteice {
    position: relative;
}

.theme-mlg2025 .pd-block {
    background: none;
}

@media (min-width: 996px) {
    .theme-mlg2025 {
        background-image: url(https://storage-asset.msi.com/global/picture/image/feature/mb/B850/b850-mlg-edition/images/mlg-bg-lg.jpg);
    }

    .theme-mlg2025::before {
        display: none;
    }
}


.theme-mlg2025 .title--main {
    color: #f9d498;
}