body, html {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}

._wfsv {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  left: 0;
  top: 0;
  z-index: 10000;
  background-color: black;
}
._wfsv video {
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

._mvw ._wfsv {
  height: auto;
  max-height: 624px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
._mvw ._wfsv video {
  top: 0;
  left: 0;
  transform: unset;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=blanks.css.map */
