div.mov_contents {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  padding: 4% 4% 4% 4%;/*ここで動画の周りの余白を調整*/
  background: #FFF/*#e6e6e6;/*余白の背景色*/
}
video.mov_main {
  width: 100%;
  max-width: 1280px;/*PC版での最大幅*/
}