.mjc-bx__mov .movieContent {
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .mjc-bx__mov .movieContent {
      width: 720px; } }
  .mjc-bx__mov .movieContent video {
    width: 100%;
    height: auto; }

.mjc-bx__mov.opt-wd .movieContent {
  position: relative; }
  .mjc-bx__mov.opt-wd .movieContent:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  .mjc-bx__mov.opt-wd .movieContent video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.mjc-mov .movieContent {
  margin: 0 auto;
  text-align: center; }
  .mjc-mov .movieContent video, .mjc-mov .movieContent img {
    width: 100%;
    height: auto; }

.mjPick__mn__ls .itm__mov__area .movieContent {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .mjPick__mn__ls .itm__mov__area .movieContent {
      width: 720px;
      height: 405px; } }
  @media (max-width: 767px) {
    .mjPick__mn__ls .itm__mov__area .movieContent {
      height: 56.25vw; } }
  .mjPick__mn__ls .itm__mov__area .movieContent video {
    width: 100%;
    height: 100%; }
