body {
  margin: 0;
  padding: 0;
}
.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
  font-family: Mulish, Helvetica, 'sans-serif';
}

.splash-screen video {
  margin-left: calc(100vw - 100%);
  width: 200px;
  height: 200px;
  pointer-events: none;
  ::-webkit-media-controls-panel {
    display: none !important;
  }
  ::-webkit-media-controls-start-playback-button {
    opacity: 0;
    pointer-events: none;
    width: 5px;
    display: none !important;
    -webkit-appearance: none;
  }
}
