/* home-style.css */

@media (min-width: 1281px) {
    html {
        background: url(../img/pic_bg.jpg), url(../img/necromancer.png), url(../img/mid.jpg);
        background-repeat: no-repeat, no-repeat, repeat;
        background-position: center top, right bottom, center;
    }
}

@media (max-width: 1280px) {
    html {
        background: url(../img/tablet/index/pic_bg_big.jpg), url(../img/mid.jpg);
        background-repeat: no-repeat, repeat;
        background-position: center top, center;
    }
}