.video-slide{
  position:relative;
  z-index:10;
}
.topic-content{
  margin-top: -20.5vw;
  position:relative;
  z-index:99;
}
body .inner, body main{
  max-width:unset!important;
  padding:0!important;
}
.figure.hasbg{
  height:calc( 1280px * 0.49 * 9 / 16 );
}
.topic-content .item .text{
  padding:10px;
}
.storyTitle{
  padding-top:0;
  padding-bottom:0;
}
@media (max-width:1400px){
  body .page-footer{
    margin-top:13vw;
  }
  .figure.hasbg{
    height: calc( 91vw * 0.49 * 9 / 16 );
  }
}
@media (max-width:767px){
  .topic-content{
    margin-top: -21.5vw;
  }
  .figure.hasbg{
    height:calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16 );
  }
  .topic-content .item {
    width: 100%;
  }
}