/* 動画リンク時の再生ボタン重ね */
.video_box{
   width: 100%; 
   position: relative;
   margin: 0 auto;
 }
 .box, .thumbnail{
   width: 100%; 
 }
 .box, .center {
   width: 30%; 
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }