body.public-art-village,
body.public-art-army {
  background-color:#14100c;
  background-attachment:fixed;
  background-position:center top;
  background-repeat:no-repeat;
  background-size:cover;
}
body.public-art-village {
  background-image:linear-gradient(180deg,rgba(10,8,6,.76),rgba(15,11,8,.88) 48%,rgba(15,11,8,.97)),url('/assets/game-art/web-backgrounds/village-life-background-v1.webp');
}
body.public-art-army {
  background-image:linear-gradient(180deg,rgba(8,12,16,.75),rgba(13,12,11,.9) 48%,rgba(14,11,8,.97)),url('/assets/game-art/web-backgrounds/army-march-background-v1.webp');
}
body.public-art-village>div,
body.public-art-army>div {position:relative}
@media (max-width:700px){
  body.public-art-village,body.public-art-army{background-position:45% top;background-size:auto 760px}
}
