.wrapper {
  background: none;
}

.bg_back {
  background: url(../img/in_story/bg_img.jpg) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.content {
  background: url(../img/in_story/bg_ptn.png) center center fixed;
  -webkit-background-size: 7px 7px;
          background-size: 7px 7px;
}

.content h3 {
  width: 83%;
  margin: 0 auto;
}

.story_txt {
  margin-top: 16px;
  padding-bottom: 50px;
  line-height: 1.9;
  font-size: 12px;
  letter-spacing: .1em;
}
