.videoArea {
  overflow: hidden;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.videoArea video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  /*
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
*/
}

.mvAria {
  overflow: hidden;
}
