/*---------MOVIE--------------*/
.v_wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  background: none;
}
.vjs-default-skin {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: none;
  border:1px solid #aaa;
}
.video-js .vjs-big-play-button {
  font-size: 4em;
  line-height: 2em;
  height: 2em;
  width: 2em;
  border-radius:50%;
  outline:0;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -1em;
  margin-left: -1em;
}

.w-900{    width:900px;  }
.w-880{    width:880px;  }
.w-800{    width:800px;  }
.w-730{    width:730px;  }
.w-710{    width:710px;  }
.w-690{    width:690px;  }
.w-250{    width:250px;  }

/*--- 202008IE対応ここから ---*/

@media all and (-ms-high-contrast: none){

   .vjs-default-skin {
    max-width:880px!important;
    max-height:495px!important;
  }


}


@media (max-width: 479px) {
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {top:25%;}
.w-900,.w-880,.w-730,.w-710,.w-690,.w-250{ width:100%; }

}

