article#training:after {
  content: '';
  display: block;
  width: 384px;
  height: 388px;
  margin: 30px auto 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background: url(../../img/new/training/training.png) center/100% no-repeat;
}

article:after {
  content: '';
  display: block;
  width: 384px;
  height: 388px;
  margin: 30px auto 0;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

article.training_stage:after {
  width: 510px;
  height: 260px;
  background-image: url(../../img/new/training/stage1.png);
}

article#stage01:after {
  background-image: url(../../img/new/training/stage1.png);
}

article#stage02:after {
  background-image: url(../../img/new/training/stage2.png);
}

article#stage03:after {
  background-image: url(../../img/new/training/stage3.png);
}

article#stage04:after {
  background-image: url(../../img/new/training/stage4.png);
}

article#stage05:after {
  background-image: url(../../img/new/training/stage5.png);
}

article#stage06:after {
  background-image: url(../../img/new/training/stage6.png);
}

article#stage07:after {
  height: 266px;
  background-image: url(../../img/new/training/stage7.png);
}

article#stage08:after {
  height: 291px;
  background-image: url(../../img/new/training/stage8.png);
}

article#stage09:after {
  height: 317px;
  background-image: url(../../img/new/training/stage9.png);
}

article#stage10:after {
  height: 344px;
  background-image: url(../../img/new/training/stage10.png);
}