.content-share-page .content-body-inner iframe{
  height:calc( 1036px * 9 / 16 );
}
.content-share-page  .gallery-story-body-swiper-slide-img{
  height:calc( 1036px * 9 / 16 );
}
.content-share-page .head-top-2-right-left{
  display:none;
}
.content-share-page .gallery-story-body-swiper-thumbs{
  height: 78px;
}
.content-share-page .content-body-keyword{
  display:none;
}
@media (max-width: 1130px) {
  .content-share-page .content-body-inner iframe {
    height: calc( 91vw * 9 / 16);
  }
  .content-share-page  .gallery-story-body-swiper-slide-img{
    height: calc( 91vw * 9 / 16);
  }
  .content-share-page .gallery-story-body-swiper-thumbs{
    height:83px;
  }
  
}
@media (max-width: 767px) {
  .content-share-page .content-body-inner iframe {
    height: calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16);
  }
  .content-share-page  .gallery-story-body-swiper-slide-img{
    height: calc( ( 100vw - 1.87vw - 1.87vw ) * 9 / 16);
  }
  .content-share-page .gallery-story-body-swiper-thumbs{
    height:63px;
  }
}