/*.home-section .home-content {
    display: block!important;
    align-items: center!important;
    padding: 0!important;
    flex-direction: column!important;
    width: 100%!important;
    margin: 0px auto!important;
    padding-top: 65px!important;
    background: url(../image/background/december_white.jpg) center center!important;
    background-size: cover!important;
    padding-bottom: 20px!important;
    background-repeat: repeat-y!important;
    background-attachment: fixed!important;
    background-position-x: 115px!important;
}

@media (max-width: 840px) {
    .home-section .home-content {
        padding-top: 65px!important;
        background: url(../image/background/december_mobile.jpg) repeat-y center bottom!important;
        background-size: 100%!important;
        background-attachment: fixed!important;
    }
}*/

/*Original*/
/*.home-section .home-content {
    background: url(../image/bg2.png) center center !important;
}*/

/*Web style.css*/
.home-section .home-content {
    display: block;
    align-items: center;
    padding: 0;
    flex-direction: column;
    width: 100%;
    margin: 0px auto;
    padding-top: 65px;
    background: url(/web/image/background/fifa-2.png) center center;
    background-size: cover;
    padding-bottom: 20px;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-position-x: 115px;
}

/*Mobile responsive.css*/
@media (max-width: 1024px) {
    .home-section .home-content {
        background: url(/web/image/background/fifa_mobile-2.png) center top no-repeat;
        background-attachment: fixed;
        background-size: 100%;
        background-position-y: 20%;
    }
}

/*Dark dark.css*/
.darkmode .home-content {
    background: url(/web/image/background/fifa-2.png) center center;
}

@media (max-width: 1024px) {
    .darkmode .home-section .home-content {
        background: url(/web/image/background/fifa_mobile-2.png) center top no-repeat;
    }
}