@media screen and (min-width: 641px){
  .list-note img.lozad{
    width: 380px;
  }
  .page-story .info {
    padding-top: 0;
    padding-bottom: 88px;
  }
}
.list-note img.lozad{
  display: block;
}
.list-note .note2{
  margin-left: .5em;
}
.btn-order.sold {
  pointer-events: none;
  background-color: rgba(0, 0, 0, .3);
  color: #fff
}
.info-story__txt span{
  text-indent: -.5em;
  padding-left: 1em;
  display: block;
}
.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px){
  .page-story .info {
      padding-top: 10px;
      padding-bottom: 40px;
  }
}