@charset "shift_jis";

/* CSS Document */

video {
  max-width: 95%;
  max-height: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

video:-ms-fullscreen {
  transform: translate3d(0, 0, 0);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .8);
}

video:focus {
  outline: none;
}
