@import "https://pocket.shonenmagazine.com/article/file/17680117126995507369";

.entry-content h2 {
  font-weight: bold;
}

.movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
     margin: 1em 0;
}
 
.movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.side-twitter-widget iframe {
  width: 1px !important;
  min-width: 100% !important;
  *width: 100%;
}